ResourceCandidate.GetValueAsFileAsync 메서드

정의

ResourceCandidate의 값에 액세스하는 StorageFile을 비동기적으로 반환합니다. 파일인 특정 유형의 ResourceCandidate에서만 작동합니다.

public:
 virtual IAsyncOperation<StorageFile ^> ^ GetValueAsFileAsync() = GetValueAsFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> GetValueAsFileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> GetValueAsFileAsync();
function getValueAsFileAsync()
Public Function GetValueAsFileAsync () As IAsyncOperation(Of StorageFile)

반환

요청된 StorageFile을 반환하는 비동기 작업입니다.

특성

적용 대상