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