VirtualizingPanel.RemoveInternalChildRange(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- index
-
Int32
int
集合中的起始索引位置,要移除的第一个子元素位于该位置。
- range
-
Int32
int
要从集合中移除的子元素总数。