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

コレクションでエントリの位置を示す 0 から始まるインデックス番号。

プロパティ値

コレクションの指定したインデックス位置の InputLanguage

例外

index が、コレクションのインデックスの正しい範囲から外れています。

適用対象