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