ContactBatch.Contacts 属性

定义

获取搜索操作返回的 Contact 对象的列表。

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)

属性值

搜索操作返回的联系人列表。

Windows 要求

应用功能
contactsSystem

适用于