Bagikan melalui


ContactQueryOptions Konstruktor

Definisi

Overload

ContactQueryOptions()

Menginisialisasi instans baru kelas ContactQueryOptions .

ContactQueryOptions(String)

Menginisialisasi instans baru kelas ContactQueryOptions .

ContactQueryOptions(String, ContactQuerySearchFields)

Menginisialisasi instans baru kelas ContactQueryOptions .

ContactQueryOptions()

Menginisialisasi instans baru kelas ContactQueryOptions .

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

Persyaratan Windows

Kemampuan aplikasi
contactsSystem

Lihat juga

Berlaku untuk

ContactQueryOptions(String)

Menginisialisasi instans baru kelas ContactQueryOptions .

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

Parameter

text
String

Platform::String

winrt::hstring

Teks yang cocok dalam operasi pencarian.

Persyaratan Windows

Kemampuan aplikasi
contactsSystem

Lihat juga

Berlaku untuk

ContactQueryOptions(String, ContactQuerySearchFields)

Menginisialisasi instans baru kelas 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)

Parameter

text
String

Platform::String

winrt::hstring

Teks yang cocok dalam operasi pencarian.

fields
ContactQuerySearchFields

Menentukan bidang kontak mana yang akan dicari kecocokan.

Persyaratan Windows

Kemampuan aplikasi
contactsSystem

Lihat juga

Berlaku untuk