ListBox.SelectedObjectCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の指定したインデックスにある項目を取得します。
public:
property System::Object ^ default[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
[System.ComponentModel.Browsable(false)]
public object this[int index] { get; set; }
[System.ComponentModel.Browsable(false)]
public object? this[int index] { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Item(int) : obj with get, set
Default Public Property Item(index As Integer) As Object
パラメーター
- index
- Int32
コレクション内の取得する項目のインデックス。
プロパティ値
コレクション内の指定したインデックスにある項目を表すオブジェクト。
実装
- 属性
例外
index
パラメーターの値がゼロ未満か、Count クラスの ListBox.SelectedObjectCollection プロパティの値以上です。
注釈
このインデクサーを使用すると、.ListBox.SelectedObjectCollection このコレクションに格納されている項目は、内の選択した項目をListBox.ObjectCollectionListBox表す内のListBox項目です。