다음을 통해 공유


AggregateContactManager.FindRawContactsAsync(Contact) 메서드

정의

지정된 집계 연락처의 개별(원시) 연락처 목록을 반환합니다.

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

매개 변수

contact
Contact

원시 연락처 목록을 추출할 집계 연락처입니다.

반환

지정된 집계 연락처의 개별(원시) 연락처 목록입니다.

Windows 요구 사항

앱 기능
contactsSystem

적용 대상