InputScopePhrase 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
为 null
时引发。
注解
InputScopeName枚举提供一组预定义Name的值。