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)

适用于

另请参阅