IStorageFolder2.TryGetItemAsync(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.
Essayez d’obtenir un seul fichier ou sous-dossier à partir du dossier actif en utilisant le nom de l’élément.
public:
IAsyncOperation<IStorageItem ^> ^ TryGetItemAsync(Platform::String ^ name);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IStorageItem> TryGetItemAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IStorageItem> TryGetItemAsync(string name);
function tryGetItemAsync(name)
Public Function TryGetItemAsync (name As String) As IAsyncOperation(Of IStorageItem)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom (ou chemin d’accès relatif au dossier actif) du fichier ou du sous-dossier à récupérer.
Retours
Lorsque cette méthode se termine correctement, elle retourne le fichier ou le dossier (de type IStorageItem).
- Attributs