VirtualizingPanel.RemoveInternalChildRange(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime les éléments enfants de la collection InternalChildren.
protected:
void RemoveInternalChildRange(int index, int range);
protected void RemoveInternalChildRange (int index, int range);
member this.RemoveInternalChildRange : int * int -> unit
Protected Sub RemoveInternalChildRange (index As Integer, range As Integer)
Paramètres
- index
- Int32
Position d'index initiale dans la collection à laquelle le premier élément enfant est supprimé.
- range
- Int32
Nombre total d'éléments enfants à supprimer de la collection.
Remarques
Cette méthode offre de meilleures performances pour Panel les éléments qui virtualisent leur collection enfant que la RemoveRange méthode.