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 的异步操作。

属性

适用于