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 簡單的方式。

適用於