ShareOperation.Contacts Eigenschaft

Definition

Ruft die Kontakte für den Freigabevorgang ab.

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

Eigenschaftswert

Die Kontakte für den Freigabevorgang.

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Gilt für: