InputScope.Names 属性

定义

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

public:
 property System::Collections::IList ^ Names { System::Collections::IList ^ get(); };
public System.Collections.IList Names { get; }
member this.Names : System.Collections.IList
Public ReadOnly Property Names As IList

属性值

用于指定此输入范围名称的 InputScopeName 枚举的一个成员。

默认值是 Default

例外

当尝试将此属性设置为 InputScopeName 枚举的有效成员以外的任意值时引发。

注解

使用输入范围名称是引用 InputScope 元素的 的最简单方法。

适用于