InputScopePhrase 构造函数

定义

初始化 InputScopePhrase 类的新实例。

重载

名称 说明
InputScopePhrase()

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

InputScopePhrase(String)

初始化类的新实例 InputScopePhrase ,采用指定输入范围短语的字符串 Name

InputScopePhrase()

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

public:
 InputScopePhrase();
public InputScopePhrase();
Public Sub New ()

适用于

InputScopePhrase(String)

初始化类的新实例 InputScopePhrase ,采用指定输入范围短语的字符串 Name

public:
 InputScopePhrase(System::String ^ name);
public InputScopePhrase(string name);
new System.Windows.Input.InputScopePhrase : string -> System.Windows.Input.InputScopePhrase
Public Sub New (name As String)

参数

name
String

一个字符串,指定属性的初始值 Name 。 此值不能为 null

例外

如果 namenull,则引发 。

注解

枚举 InputScopeName 提供一组预定义 Name 的值。

适用于