FindPropertyNamesAsync Method
Get resource property names from the server.
Syntax
[VB.NET] Public Function FindPropertyNamesAsync(ByVal ResourceURI As String) As Task
[C#] public Task FindPropertyNamesAsync(string resourceURI);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
FindPropertyNamesAsync MethodGet resource property names from the server. Syntax[VB.NET] Public Function FindPropertyNamesAsync(ByVal ResourceURI As String) As Task [C#] public Task FindPropertyNamesAsync(string resourceURI); RemarksThis method is the asynchronous version of the FindPropertyNames method and is used to support asynchronous operations in WinRT. Please refer to FindPropertyNames for more information. |
||