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

適用於