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
要從集合中移除的子項目總數。