ContactInformation.GetThumbnailAsync Method

Definition

Gets the thumbnail image for the contact.

Note

ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.

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

Returns

An object that provides access to the thumbnail image.

Attributes

Windows requirements

App capabilities
contactsSystem

Applies to