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);
Remarks
This 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.