ListDirectoryAsync Method
List the files and subdirectories of the ResourceURI .
Syntax
[VB.NET] Public Function ListDirectoryAsync(ByVal ResourceURI As String) As Task
[C#] public Task ListDirectoryAsync(string resourceURI);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListDirectoryAsync MethodList the files and subdirectories of the ResourceURI . Syntax[VB.NET] Public Function ListDirectoryAsync(ByVal ResourceURI As String) As Task [C#] public Task ListDirectoryAsync(string resourceURI); RemarksThis method is the asynchronous version of the ListDirectory method and is used to support asynchronous operations in WinRT. Please refer to ListDirectory for more information. |
||