0 out of 1 rated this helpful - Rate this topic

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

Windows.ApplicationModel.Resources.Core
Windows::ApplicationModel::Resources::Core [C++]

Metadata

Windows.winmd

See also

ResourceCandidate

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.