InputScope 类

定义

表示与输入法提供的数据范围相关的信息。

public ref class InputScope
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public class InputScope
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public class InputScope
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScope = class
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScope = class
Public Class InputScope
继承
InputScope
属性

注解

InputScope使用和InputScope属性获取特定元素的元素InputScope

构造函数

名称 说明
InputScope()

初始化 InputScope 类的新实例。

属性

名称 说明
Names

获取或设置输入范围名称。

PhraseList

获取供输入处理器用作建议输入模式的短语的集合。

RegularExpression

获取或设置正则表达式,供输入处理器用作建议的文本输入模式。

SrgsMarkup

获取或设置一个字符串,该字符串指定要用作输入处理器建议输入模式的任何语音识别语法规范(SRGS)标记。

方法

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅