ResourceCandidate.GetValueAsStreamAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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