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

適用対象