FolderInformation.GetItemAsync(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 un élément du dossier.
public:
virtual IAsyncOperation<IStorageItem ^> ^ GetItemAsync(Platform::String ^ name) = GetItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IStorageItem> GetItemAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IStorageItem> GetItemAsync(string name);
function getItemAsync(name)
Public Function GetItemAsync (name As String) As IAsyncOperation(Of IStorageItem)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom de l'élément à extraire.
Retours
Une fois cette méthode terminée, elle retourne l’élément (type IStorageItem).
Implémente
M:Windows.Storage.IStorageFolder.GetItemAsync(System.String)
M:Windows.Storage.IStorageFolder.GetItemAsync(Platform::String)
M:Windows.Storage.IStorageFolder.GetItemAsync(winrt::hstring)
- Attributs