StorageItemMostRecentlyUsedList.GetFileAsync メソッド

定義

オーバーロード

GetFileAsync(String)

最後に使用した (MRU) リストから、指定した storageFile を取得します。

GetFileAsync(String, AccessCacheOptions)

指定したオプションを使用して、最後に使用した (MRU) リストから指定された storageFile を取得します。

GetFileAsync(String)

最後に使用した (MRU) リストから、指定した storageFile を取得します。

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)

パラメーター

token
String

Platform::String

winrt::hstring

取得する storageFile のトークン。

戻り値

このメソッドが正常に完了すると、指定したトークンに関連付けられている storageFile が返されます。

実装

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

こちらもご覧ください

適用対象

GetFileAsync(String, AccessCacheOptions)

指定したオプションを使用して、最後に使用した (MRU) リストから指定された storageFile を取得します。

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)

パラメーター

token
String

Platform::String

winrt::hstring

取得する storageFile のトークン。

options
AccessCacheOptions

アプリが項目にアクセスするときに使用する動作を表す列挙値。

戻り値

このメソッドが正常に完了すると、指定したトークンに関連付けられている storageFile が返されます。

実装

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)
属性

こちらもご覧ください

適用対象