ResourceCandidate.GetValueAsStreamAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne de manière asynchrone un IRandomAccessStream qui accède à la valeur de ce 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)
Retours
Opération asynchrone permettant de renvoyer le IRandomAccessStream demandé.
- Attributs