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 がコレクションの有効なインデックスの範囲外です。

適用対象