共用方式為


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

適用於