Partager via


ContactBatch.Contacts Propriété

Définition

Obtient la liste des objets Contact retournés par une opération de recherche.

public:
 property IVectorView<Contact ^> ^ Contacts { IVectorView<Contact ^> ^ get(); };
IVectorView<Contact> Contacts();
public IReadOnlyList<Contact> Contacts { get; }
var iVectorView = contactBatch.contacts;
Public ReadOnly Property Contacts As IReadOnlyList(Of Contact)

Valeur de propriété

Liste des contacts retournés par une opération de recherche.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à