ContactQueryTextSearch クラス

定義

Contact オブジェクトのテキスト検索で使用するパラメーターを指定します。

public ref class ContactQueryTextSearch sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactQueryTextSearch final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactQueryTextSearch
Public NotInheritable Class ContactQueryTextSearch
継承
Object Platform::Object IInspectable ContactQueryTextSearch
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
contactsSystem

注釈

TextSearch を使用して、このクラスのインスタンスを取得します。

プロパティ

Fields

テキスト一致を検索する連絡先フィールドを取得または設定します。

SearchScope

ローカル検索またはサーバー検索を指定する値を取得または設定します。

Text

検索するテキストを取得または設定します。

適用対象