다음을 통해 공유


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

적용 대상