ContactInformation.GetThumbnailAsync 方法

定义

获取联系人的缩略图。

注意

contactInformation 可能会在Windows 8.1后更改或不可用于发布。 请改用 “联系人”。

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)

返回

一个对象,该对象提供对缩略图的访问。

属性

Windows 要求

应用功能
contactsSystem

适用于