WriteRawAsync Method
Writes a raw XML fragment.
Syntax
[VB.NET] Public Function WriteRawAsync(ByVal Text As String) As Task
[C#] public Task WriteRawAsync(string text);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
WriteRawAsync MethodWrites a raw XML fragment. Syntax[VB.NET] Public Function WriteRawAsync(ByVal Text As String) As Task [C#] public Task WriteRawAsync(string text); RemarksThis method is the asynchronous version of the WriteRaw method and is used to support asynchronous operations in WinRT. Please refer to WriteRaw for more information. |
||