ListViewUpdateEventArgs.ItemIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要更新之資料項目的索引。
public:
property int ItemIndex { int get(); };
public int ItemIndex { get; }
member this.ItemIndex : int
Public ReadOnly Property ItemIndex As Integer
屬性值
要更新之資料項目的索引。
備註
ItemIndex使用屬性來判斷包含要更新之數據項的物件ListViewDataItem索引。 專案索引通常用來從 Items 控件的 ListView 集合中擷取專案,這可讓您存取項目的屬性。