Deutsch | English | Español | Français |
Italiano | 日本語 | 한국어 | Português |
Pусский | 简体中文 | 繁體中文 |
Gets the parent folder of the current folder.
Syntax
storageFolder.getParentAsync().done( /* Your success and error handlers */ );
public IAsyncOperation<StorageFolder> GetParentAsync()
Public Function GetParentAsync() As IAsyncOperation(Of StorageFolder)
public:
IAsyncOperation<StorageFolder>^ GetParentAsync()
Parameters
This method has no parameters.
Return value
Type: IAsyncOperation<StorageFolder>
When this method completes, it returns the parent folder as a StorageFolder.
Requirements (Windows 10 device family)
| |
API contract |
|
Namespace |
|
Metadata |
|
Requirements (Windows 8.x and Windows Phone 8.x)
Minimum supported client |
Windows 8.1 |
---|---|
Minimum supported server |
Windows Server 2012 R2 |
Minimum supported phone |
None supported |
Namespace |
|
Metadata |
|
See also