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

适用于