已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要刪除之項目的索引。
public: property int ItemIndex { int get(); };
public int ItemIndex { get; }
member this.ItemIndex : int
Public ReadOnly Property ItemIndex As Integer
要刪除之項目以零起始的索引。
ItemIndex使用 屬性來判斷要刪除之專案的索引。 專案索引通常用來從 Items 控件的 ListView 集合擷取指定的專案,這可讓您存取項目的屬性。
.NET