次の方法で共有


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 を返す非同期操作。

属性

適用対象