StorageFile.GetParentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le dossier parent du fichier 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