InputScopeName クラス

定義

テキスト入力パターンの名前を定義します。

public ref class InputScopeName : System::Windows::Markup::IAddChild
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeNameConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
[System.Windows.Markup.ContentProperty("NameValue")]
public class InputScopeName : System.Windows.Markup.IAddChild
[System.Windows.Markup.ContentProperty("NameValue")]
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeNameConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public class InputScopeName : System.Windows.Markup.IAddChild
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeNameConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
[<System.Windows.Markup.ContentProperty("NameValue")>]
type InputScopeName = class
    interface IAddChild
[<System.Windows.Markup.ContentProperty("NameValue")>]
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeNameConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScopeName = class
    interface IAddChild
Public Class InputScopeName
Implements IAddChild
継承
InputScopeName
属性
実装

注釈

このクラスで定義されている名前は、 クラスによって InputScopePhrase 使用されます。

コンストラクター

InputScopeName()

InputScopeName クラスの新しいインスタンスを初期化します。

InputScopeName(InputScopeNameValue)

InputScopeName を指定して、NameValue クラスの新しいインスタンスを初期化します。

プロパティ

NameValue

代替の入力方法からの入力を解釈する方法を変更する入力スコープ名の値を、取得または設定します。

メソッド

AddChild(Object)

子オブジェクトをこの InputScopeName に追加します。

AddText(String)

この InputScopeName の子としてテキスト文字列を追加します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください