ContactAnnotationStore.FindAnnotationsForContactAsync(Contact) 方法

定义

获取指定 联系人的批注。

public:
 virtual IAsyncOperation<IVectorView<ContactAnnotation ^> ^> ^ FindAnnotationsForContactAsync(Contact ^ contact) = FindAnnotationsForContactAsync;
IAsyncOperation<IVectorView<ContactAnnotation>> FindAnnotationsForContactAsync(Contact const& contact);
public IAsyncOperation<IReadOnlyList<ContactAnnotation>> FindAnnotationsForContactAsync(Contact contact);
function findAnnotationsForContactAsync(contact)
Public Function FindAnnotationsForContactAsync (contact As Contact) As IAsyncOperation(Of IReadOnlyList(Of ContactAnnotation))

参数

contact
Contact

要检索其批注的 联系人

返回

ContactAnnotation 对象的列表。

Windows 要求

应用功能
contactsSystem

适用于