ListControl.RefreshItem(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,以資料來源的內容重新同步處理指定索引處物件的資料。
protected:
abstract void RefreshItem(int index);
protected abstract void RefreshItem (int index);
abstract member RefreshItem : int -> unit
Protected MustOverride Sub RefreshItem (index As Integer)
參數
- index
- Int32
要重新整理其資料的項目之以零為起始的索引。