FolderInformation.GetFolderAsync(String) 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.
Récupère le dossier enfant spécifié à partir du dossier actif.
public:
virtual IAsyncOperation<StorageFolder ^> ^ GetFolderAsync(Platform::String ^ name) = GetFolderAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFolder> GetFolderAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFolder> GetFolderAsync(string name);
function getFolderAsync(name)
Public Function GetFolderAsync (name As String) As IAsyncOperation(Of StorageFolder)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du dossier enfant à récupérer.
Retours
Lorsque cette méthode se termine correctement, elle retourne un StorageFolder qui représente le dossier enfant spécifié.
Implémente
M:Windows.Storage.IStorageFolder.GetFolderAsync(System.String)
M:Windows.Storage.IStorageFolder.GetFolderAsync(Platform::String)
M:Windows.Storage.IStorageFolder.GetFolderAsync(winrt::hstring)
- Attributs