GetResourceInfoAsync Method
Gets information about the resource.
Syntax
[VB.NET]
Public Function GetResourceInfoAsync() As Task
[C#]
public Task GetResourceInfoAsync();
Remarks
This method is the asynchronous version of the
GetResourceInfo method and is used to support asynchronous operations in WinRT. Please refer to
GetResourceInfo for more information.