ContactQueryTextSearch
ContactQueryTextSearch
ContactQueryTextSearch
ContactQueryTextSearch
Class
Definition
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.