ContactQueryTextSearch ContactQueryTextSearch ContactQueryTextSearch ContactQueryTextSearch Class

Definition

Specifies parameters to use in a text search of Contact objects.

public : sealed class ContactQueryTextSearch : IContactQueryTextSearchpublic sealed class ContactQueryTextSearch : IContactQueryTextSearchPublic NotInheritable Class ContactQueryTextSearch Implements IContactQueryTextSearch// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Use TextSearch to get an instance of this class.

Properties

Fields Fields Fields Fields

Gets or sets which contact fields to search for a text match.

public : ContactQuerySearchFields Fields { get; set; }public ContactQuerySearchFields Fields { get; set; }Public ReadWrite Property Fields As ContactQuerySearchFields// You can use this property in JavaScript.
Value
ContactQuerySearchFields ContactQuerySearchFields ContactQuerySearchFields ContactQuerySearchFields

Specifies which contact fields to search for a text match.

SearchScope SearchScope SearchScope SearchScope

Gets or sets a value that specifies either a local or server search.

public : ContactQuerySearchScope SearchScope { get; set; }public ContactQuerySearchScope SearchScope { get; set; }Public ReadWrite Property SearchScope As ContactQuerySearchScope// You can use this property in JavaScript.
Value
ContactQuerySearchScope ContactQuerySearchScope ContactQuerySearchScope ContactQuerySearchScope

A value that specifies either a local or server search.

Text Text Text Text

Gets or sets the text for which to search.

public : PlatForm::String Text { get; set; }public string Text { get; set; }Public ReadWrite Property Text As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The text for which to search.