StorageFolder.GetParentAsync Méthode

Définition

Obtient le dossier parent du dossier actif.

public:
 virtual IAsyncOperation<StorageFolder ^> ^ GetParentAsync() = GetParentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFolder> GetParentAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFolder> GetParentAsync();
function getParentAsync()
Public Function GetParentAsync () As IAsyncOperation(Of StorageFolder)

Retours

Une fois cette méthode terminée, elle retourne le dossier parent en tant que StorageFolder.

Implémente

Attributs

S’applique à