다음을 통해 공유


ContactCardOptions.ServerSearchContactListIds 속성

정의

서버에서 검색할 ContactList.Id 값을 추가할 수 있는 목록을 가져옵니다.

public:
 property IVector<Platform::String ^> ^ ServerSearchContactListIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ServerSearchContactListIds();
public IList<string> ServerSearchContactListIds { get; }
var iVector = contactCardOptions.serverSearchContactListIds;
Public ReadOnly Property ServerSearchContactListIds As IList(Of String)

속성 값

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

서버에서 검색할 ContactList.Id 값을 추가할 수 있는 목록입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)
앱 기능
contactsSystem

적용 대상