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

適用於