ResourceCandidate.GetValueAsStreamAsync Method

Definition

Asynchronously returns an IRandomAccessStream that accesses the value of this ResourceCandidate.

public:
 virtual IAsyncOperation<IRandomAccessStream ^> ^ GetValueAsStreamAsync() = GetValueAsStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStream> GetValueAsStreamAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStream> GetValueAsStreamAsync();
function getValueAsStreamAsync()
Public Function GetValueAsStreamAsync () As IAsyncOperation(Of IRandomAccessStream)

Returns

An asynchronous operation to return the requested IRandomAccessStream.

Attributes

Applies to