VirtualizingPanel.RemoveInternalChildRange(Int32, Int32) Método

Definición

Quita los elementos secundarios de la colección Children .

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)

Parámetros

index
Int32

int

La posición de índice inicial dentro de la recolección en la que se quita el primer elemento secundario.

range
Int32

int

El número total de elementos secundarios para quitar de la recolección.

Se aplica a