GetResourceInfo Method
This method retrieves information about the file.
Syntax
[VB.NET] Public Sub GetResourceInfo()
[C#] public void GetResourceInfo();
Remarks
This method retrieves information about the file or folder specified by ResourceId. After this method returns you may query the Resource* properties to obtain information about the file or folder.
NOTE: This method has a corresponding asynchronous version (GetResourceInfoAsync) for use in the WinRT environment.