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)

適用対象

こちらもご覧ください