ListBox.SelectedObjectCollection.Item[Int32] プロパティ

定義

コレクション内の指定したインデックスにある項目を取得します。

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

コレクション内の取得する項目のインデックス。

プロパティ値

Object

コレクション内の指定したインデックスにある項目を表すオブジェクト。

実装

属性

例外

index パラメーターの値がゼロ未満か、Count クラスの ListBox.SelectedObjectCollection プロパティの値以上です。

注釈

このインデクサーを使用すると、.ListBox.SelectedObjectCollection このコレクションに格納されている項目は、内の選択した項目をListBox.ObjectCollectionListBox表す内のListBox項目です。

適用対象