IContactInformation.GetDisplayPictureAsync 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.
Obtient l’image d’affichage d’un contact.
public:
IAsyncOperation<IRandomAccessStream ^> ^ GetDisplayPictureAsync();
IAsyncOperation<IRandomAccessStream> GetDisplayPictureAsync();
public IAsyncOperation<IRandomAccessStream> GetDisplayPictureAsync();
function getDisplayPictureAsync()
Public Function GetDisplayPictureAsync () As IAsyncOperation(Of IRandomAccessStream)
Retours
Flux contenant les données d’image. Si vous utilisez la programmation asynchrone, le type de résultat est IRandomAccessStream, qui est les données bitmap d’une image fournie sous forme de flux.
Configuration requise pour Windows
Fonctionnalités de l’application |
ID_CAP_CONTACTS [Windows Phone]
|