Partager via


FolderInformation.TryGetItemAsync(String) Méthode

Définition

Essayez d’obtenir un fichier ou un sous-dossier spécifique à partir du dossier actif en utilisant le nom du fichier ou du dossier à obtenir.

public:
 virtual IAsyncOperation<IStorageItem ^> ^ TryGetItemAsync(Platform::String ^ name) = TryGetItemAsync;
/// [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).

Implémente

M:Windows.Storage.IStorageFolder2.TryGetItemAsync(System.String) M:Windows.Storage.IStorageFolder2.TryGetItemAsync(Platform::String) M:Windows.Storage.IStorageFolder2.TryGetItemAsync(winrt::hstring)
Attributs

S’applique à

Voir aussi