Partager via


AggregateContactManager.FindRawContactsAsync(Contact) Méthode

Définition

Retourne la liste des contacts individuels (bruts) du contact d’agrégation spécifié.

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))

Paramètres

contact
Contact

Contact agrégé à partir duquel extraire la liste des contacts bruts.

Retours

Liste des contacts individuels (bruts) du contact agrégé spécifié.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à