ListView.RemoveItems 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
刪除 ListView 控制項的項目容器或群組容器中的所有子控制項。
protected:
virtual void RemoveItems();
protected virtual void RemoveItems ();
abstract member RemoveItems : unit -> unit
override this.RemoveItems : unit -> unit
Protected Overridable Sub RemoveItems ()
備註
這個方法可用來刪除控件之專案或群組容器 ListView 中的所有子控件。 如果您在 GroupTemplate 控件中 ListView 定義了範本, RemoveItems 方法將會移除群組容器中的所有子控件。 否則,它會移除專案容器中的所有子控件。
注意
這個方法主要是由控件開發人員用來擴充 ListView 控件。