ContactInformation.GetDisplayPictureAsync 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.
Gets the display picture of a contact.
public:
virtual IAsyncOperation<IRandomAccessStream ^> ^ GetDisplayPictureAsync() = GetDisplayPictureAsync;
IAsyncOperation<IRandomAccessStream> GetDisplayPictureAsync();
public IAsyncOperation<IRandomAccessStream> GetDisplayPictureAsync();
function getDisplayPictureAsync()
Public Function GetDisplayPictureAsync () As IAsyncOperation(Of IRandomAccessStream)
Returns
A stream containing the image data.
Implements
Windows requirements
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|