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