Share via


ShareOperation.Contacts 属性

定义

获取共享操作的联系人。

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)

属性值

共享操作的联系人。

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

适用于