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.
protected:
virtual void RemoveInternalChildRange(int index, int range) = RemoveInternalChildRange;
void RemoveInternalChildRange(int const& index, int const& range);
protected void RemoveInternalChildRange(int index, int range);
function removeInternalChildRange(index, range)
Protected Sub RemoveInternalChildRange (index As Integer, range As Integer)
Paramètres
- index
-
Int32
int
Position d'index initiale dans la collection à laquelle le premier élément enfant est supprimé.
- range
-
Int32
int
Nombre total d'éléments enfants à supprimer de la collection.