共用方式為


ContactQueryOptions 建構函式

定義

多載

ContactQueryOptions()

初始化 ContactQueryOptions 類別的新實例。

ContactQueryOptions(String)

初始化 ContactQueryOptions 類別的新實例。

ContactQueryOptions(String, ContactQuerySearchFields)

初始化 ContactQueryOptions 類別的新實例。

ContactQueryOptions()

初始化 ContactQueryOptions 類別的新實例。

public:
 ContactQueryOptions();
 ContactQueryOptions();
public ContactQueryOptions();
function ContactQueryOptions()
Public Sub New ()

Windows 需求

應用程式功能
contactsSystem

另請參閱

適用於

ContactQueryOptions(String)

初始化 ContactQueryOptions 類別的新實例。

public:
 ContactQueryOptions(Platform::String ^ text);
 ContactQueryOptions(winrt::hstring const& text);
public ContactQueryOptions(string text);
function ContactQueryOptions(text)
Public Sub New (text As String)

參數

text
String

Platform::String

winrt::hstring

搜尋作業中要比對的文字。

Windows 需求

應用程式功能
contactsSystem

另請參閱

適用於

ContactQueryOptions(String, ContactQuerySearchFields)

初始化 ContactQueryOptions 類別的新實例。

public:
 ContactQueryOptions(Platform::String ^ text, ContactQuerySearchFields fields);
 ContactQueryOptions(winrt::hstring const& text, ContactQuerySearchFields const& fields);
public ContactQueryOptions(string text, ContactQuerySearchFields fields);
function ContactQueryOptions(text, fields)
Public Sub New (text As String, fields As ContactQuerySearchFields)

參數

text
String

Platform::String

winrt::hstring

搜尋作業中要比對的文字。

fields
ContactQuerySearchFields

指定要搜尋相符專案的連絡人欄位。

Windows 需求

應用程式功能
contactsSystem

另請參閱

適用於