Condividi tramite


IStorageItemAccessList.GetFileAsync Metodo

Definizione

Overload

GetFileAsync(String)

Recupera il file di archiviazione specificato dall'elenco.

GetFileAsync(String, AccessCacheOptions)

Recupera il file di archiviazione specificato dall'elenco usando le opzioni specificate.

GetFileAsync(String)

Recupera il file di archiviazione specificato dall'elenco.

public:
 IAsyncOperation<StorageFile ^> ^ GetFileAsync(Platform::String ^ token);
/// [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.

Attributi

Vedi anche

Si applica a

GetFileAsync(String, AccessCacheOptions)

Recupera il file di archiviazione specificato dall'elenco usando le opzioni specificate.

public:
 IAsyncOperation<StorageFile ^> ^ GetFileAsync(Platform::String ^ token, AccessCacheOptions options);
/// [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.

Attributi

Vedi anche

Si applica a