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