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