StorageItemAccessList.GetItemAsync Méthode

Définition

Surcharges

GetItemAsync(String)

Récupère l’élément spécifié (comme un fichier ou un dossier) à partir de la liste la plus récente utilisée (MRU).

GetItemAsync(String, AccessCacheOptions)

Récupère l’élément spécifié (comme un fichier ou un dossier) de la liste à l’aide des options spécifiées.

GetItemAsync(String)

Récupère l’élément spécifié (comme un fichier ou un dossier) à partir de la liste la plus récente utilisée (MRU).

public:
 virtual IAsyncOperation<IStorageItem ^> ^ GetItemAsync(Platform::String ^ token) = GetItemAsync;
/// [Windows.Foundation.Metadata.Overload("GetItemAsync")]
IAsyncOperation<IStorageItem> GetItemAsync(winrt::hstring const& token);
[Windows.Foundation.Metadata.Overload("GetItemAsync")]
public IAsyncOperation<IStorageItem> GetItemAsync(string token);
function getItemAsync(token)
Public Function GetItemAsync (token As String) As IAsyncOperation(Of IStorageItem)

Paramètres

token
String

Platform::String

winrt::hstring

Jeton de l’élément à récupérer.

Retours

Une fois cette méthode terminée, elle retourne l’élément (type IStorageItem) associé au jeton spécifié.

Implémente

M:Windows.Storage.AccessCache.IStorageItemAccessList.GetItemAsync(System.String) M:Windows.Storage.AccessCache.IStorageItemAccessList.GetItemAsync(Platform::String) M:Windows.Storage.AccessCache.IStorageItemAccessList.GetItemAsync(winrt::hstring)
Attributs

Voir aussi

S’applique à

GetItemAsync(String, AccessCacheOptions)

Récupère l’élément spécifié (comme un fichier ou un dossier) de la liste à l’aide des options spécifiées.

public:
 virtual IAsyncOperation<IStorageItem ^> ^ GetItemAsync(Platform::String ^ token, AccessCacheOptions options) = GetItemAsync;
/// [Windows.Foundation.Metadata.Overload("GetItemWithOptionsAsync")]
IAsyncOperation<IStorageItem> GetItemAsync(winrt::hstring const& token, AccessCacheOptions const& options);
[Windows.Foundation.Metadata.Overload("GetItemWithOptionsAsync")]
public IAsyncOperation<IStorageItem> GetItemAsync(string token, AccessCacheOptions options);
function getItemAsync(token, options)
Public Function GetItemAsync (token As String, options As AccessCacheOptions) As IAsyncOperation(Of IStorageItem)

Paramètres

token
String

Platform::String

winrt::hstring

Jeton de l’élément à récupérer.

options
AccessCacheOptions

Valeur d’énumération qui décrit le comportement à utiliser lorsque l’application accède à l’élément.

Retours

Une fois cette méthode terminée, elle retourne l’élément (type IStorageItem) associé au jeton spécifié.

Implémente

M:Windows.Storage.AccessCache.IStorageItemAccessList.GetItemAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions) M:Windows.Storage.AccessCache.IStorageItemAccessList.GetItemAsync(Platform::String,Windows.Storage.AccessCache.AccessCacheOptions) M:Windows.Storage.AccessCache.IStorageItemAccessList.GetItemAsync(winrt::hstring,Windows.Storage.AccessCache.AccessCacheOptions)
Attributs

Voir aussi

S’applique à