Condividi tramite


StorageItemAccessList.GetFileAsync Metodo

Definizione

Overload

GetFileAsync(String)

Recupera il file di archiviazione specificato dall'elenco.

GetFileAsync(String, AccessCacheOptions)

Recupera StorageFile dall'elenco usando le opzioni specificate.

GetFileAsync(String)

Recupera il file di archiviazione specificato dall'elenco.

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

Parametri

token
String

Platform::String

winrt::hstring

Token del file di archiviazione da recuperare.

Restituisce

Al termine di questo metodo, restituisce StorageFile associato al token specificato.

Implementazioni

M:Windows.Storage.AccessCache.IStorageItemAccessList.GetFileAsync(System.String) M:Windows.Storage.AccessCache.IStorageItemAccessList.GetFileAsync(Platform::String) M:Windows.Storage.AccessCache.IStorageItemAccessList.GetFileAsync(winrt::hstring)
Attributi

Vedi anche

Si applica a

GetFileAsync(String, AccessCacheOptions)

Recupera StorageFile dall'elenco usando le opzioni specificate.

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

Parametri

token
String

Platform::String

winrt::hstring

Token del file di archiviazione da recuperare.

options
AccessCacheOptions

Valore enumerazione che descrive il comportamento da usare quando l'app accede all'elemento.

Restituisce

Al termine di questo metodo, restituisce StorageFile associato al token specificato.

Implementazioni

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

Vedi anche

Si applica a