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 列舉型別 (Enumeration) 的成員,指定此輸入範圍的名稱。

預設值是 Default

例外狀況

當嘗試將這個屬性設定為任何非有效 InputScopeName 列舉型別成員的值時,就會引發。

備註

使用輸入範圍名稱是參考 InputScope 元素的最簡單方式。

適用於