InputLanguageCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 InputLanguageCollection 之指定索引處的項目。
public:
property System::Windows::Forms::InputLanguage ^ default[int] { System::Windows::Forms::InputLanguage ^ get(int index); };
public System.Windows.Forms.InputLanguage this[int index] { get; }
member this.Item(int) : System.Windows.Forms.InputLanguage
Default Public ReadOnly Property Item(index As Integer) As InputLanguage
參數
- index
- Int32
集合中以零為基底的項目索引。
屬性值
InputLanguage,位於集合中的指定索引。
例外狀況
index
超出集合索引的有效範圍。