EndElementAsync Method
Writes the closing tag of an open XML element.
Syntax
[VB.NET]
Public Function EndElementAsync() As Task
[C#]
public Task EndElementAsync();
Remarks
This 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.