StorageItemAccessList.GetFileAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetFileAsync(String) |
목록에서 지정된 StorageFile 을 검색합니다. |
GetFileAsync(String, AccessCacheOptions) |
지정된 옵션을 사용하여 목록에서 StorageFile 을 검색합니다. |
GetFileAsync(String)
목록에서 지정된 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)
지정된 옵션을 사용하여 목록에서 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)
- 특성