ContactQueryOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContactQueryOptions() |
Initializes a new instance of the ContactQueryOptions class. |
ContactQueryOptions(String) |
Initializes a new instance of the ContactQueryOptions class. |
ContactQueryOptions(String, ContactQuerySearchFields) |
Initializes a new instance of the ContactQueryOptions class. |
ContactQueryOptions()
Initializes a new instance of the ContactQueryOptions class.
public:
ContactQueryOptions();
ContactQueryOptions();
public ContactQueryOptions();
function ContactQueryOptions()
Public Sub New ()
Windows requirements
App capabilities |
contactsSystem
|
See also
Applies to
ContactQueryOptions(String)
Initializes a new instance of the ContactQueryOptions class.
public:
ContactQueryOptions(Platform::String ^ text);
ContactQueryOptions(winrt::hstring const& text);
public ContactQueryOptions(string text);
function ContactQueryOptions(text)
Public Sub New (text As String)
Parameters
- text
-
String
Platform::String
winrt::hstring
The text to match in the search operation.
Windows requirements
App capabilities |
contactsSystem
|
See also
Applies to
ContactQueryOptions(String, ContactQuerySearchFields)
Initializes a new instance of the ContactQueryOptions class.
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)
Parameters
- text
-
String
Platform::String
winrt::hstring
The text to match in the search operation.
- fields
- ContactQuerySearchFields
Specifies which contact fields to search for a match.
Windows requirements
App capabilities |
contactsSystem
|