SaveDOMAsync Method
Saves the DOM to a file.
Syntax
[VB.NET] Public Function SaveDOMAsync(ByVal FileName As String) As IAsyncAction
[C#] public IAsyncAction SaveDOMAsync(string fileName);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SaveDOMAsync MethodSaves the DOM to a file. Syntax[VB.NET] Public Function SaveDOMAsync(ByVal FileName As String) As IAsyncAction [C#] public IAsyncAction SaveDOMAsync(string fileName); RemarksThis method is the asynchronous version of the SaveDOM method and is used to support asynchronous operations in WinRT. Please refer to SaveDOM for more information. |
||