InputLanguageCollection.Item[Int32] 屬性

定義

取得 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 超出集合索引的有效範圍。

適用於