VirtualizingPanel.RemoveInternalChildRange(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- index
-
Int32
int
The beginning index position within the collection at which the first child element is removed.
- range
-
Int32
int
The total number of child elements to remove from the collection.