共用方式為


ListBox.IntegerCollection.Item[Int32] 屬性

定義

在指定的索引位置上取得或設定項目。

public:
 property int default[int] { int get(int index); void set(int index, int value); };
public int this[int index] { get; set; }
member this.Item(int) : int with get, set
Default Public Property Item(index As Integer) As Integer

參數

index
Int32

專案在集合中的位置。

屬性值

Int32

在指定索引上的項目。

例外狀況

.NET 5 和更新版本: index 超出範圍。

適用於