ResourceCandidate.GetValueAsFileAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步返回访问此 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 的异步操作。
- 属性