다음을 통해 공유


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

적용 대상