Freigeben über


ContactBatch.Contacts Eigenschaft

Definition

Ruft die Liste der Contact-Objekte ab, die von einem Suchvorgang zurückgegeben werden.

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)

Eigenschaftswert

Die Liste der Kontakte, die von einem Suchvorgang zurückgegeben werden.

Windows-Anforderungen

App-Funktionen
contactsSystem

Gilt für: