ListBox.SelectedIndexCollection.Item[Int32] 属性

定义

获取此集合内指定索引处的索引值。

public:
 property int default[int] { int get(int index); };
public int this[int index] { get; }
member this.Item(int) : int
Default Public ReadOnly Property Item(index As Integer) As Integer

参数

index
Int32

集合中要获取的项的索引。

属性值

Int32

存储在指定位置的 ListBox.ObjectCollection 中的索引值。

例外

index 参数或者小于零,或者大于或等于 Count 类的 ListBox.SelectedIndexCollection 属性的值。

注解

使用此索引器可以从中 ListBox.SelectedIndexCollection获取特定的选定索引。 集合中存储的索引是表示所选项的索引ListBox.ObjectCollectionListBoxListBox

适用于