ListView.RemoveItems Método
Definição
protected:
virtual void RemoveItems();
protected virtual void RemoveItems ();
abstract member RemoveItems : unit -> unit
override this.RemoveItems : unit -> unit
Protected Overridable Sub RemoveItems ()
Comentários
Esse método é usado para excluir todos os controles filho em um contêiner de item ou de grupo do ListView controle.This method is used to delete all child controls in an item or group container of the ListView control. Se você tiver um GroupTemplate modelo definido no ListView controle, o RemoveItems método removerá todos os controles filho no contêiner de grupo.If you have a GroupTemplate template defined in the ListView control, the RemoveItems method will remove all the child controls in the group container. Caso contrário, ele removerá todos os controles filho no contêiner do item.Otherwise, it will remove all the child controls in the item container.
Observação
Esse método é usado principalmente pelos desenvolvedores de controle para estender o ListView controle.This method is primarily used by control developers to extend the ListView control.