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)
특성

추가 정보

적용 대상