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

適用対象