Share via


AggregateContactManager.FindRawContactsAsync(Contact) Method

Definition

Returns the list of individual (raw) contacts from the specified aggregate 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))

Parameters

contact
Contact

The aggregate contact from which to extract the list of raw contacts.

Returns

The list of individual (raw) contacts from the specified aggregate contact.

Windows requirements

App capabilities
contactsSystem

Applies to