ResourceCandidate.GetValueAsFileAsync Method

Definition

Asynchronously returns a StorageFile that accesses the value of this ResourceCandidate. This only works on certain types of ResourceCandidates that are files.

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)

Returns

An asynchronous operation to return the requested StorageFile.

Attributes

Applies to