ResourceCandidate.GetValueAsFileAsync | getValueAsFileAsync method
Asynchronously returns a StorageFile that accesses the value of this ResourceCandidate. This only works on certain types of ResourceCandidates that are files.
Syntax
Public Function GetValueAsFileAsync() As IAsyncOperation(Of StorageFile)
Parameters
This method has no parameters.
Return value
Type: IAsyncOperation<StorageFile>
An asynchronous operation to return the requested StorageFile.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
