AggregateContactManager.FindRawContactsAsync(Contact) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|