ListParentsAsync Method
Lists the current file or folder parents.
Syntax
[VB.NET]
Public Function ListParentsAsync() As Task
[C#]
public Task ListParentsAsync();
Remarks
This method is the asynchronous version of the
ListParents method and is used to support asynchronous operations in WinRT. Please refer to
ListParents for more information.