ItemContainerGenerator.IItemContainerGenerator.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes one or more generated (realized) items.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Private Sub Remove ( _ position As GeneratorPosition, _ count As Integer _ ) Implements IItemContainerGenerator.Remove
Parameters
- position
- Type: System.Windows.Controls.Primitives.GeneratorPosition
The Int32 index of the element to remove. position must refer to a previously generated (realized) item, which means its offset must be zero.
- count
- Type: System.Int32
The Int32 number of elements to remove, starting at position.
Implements
IItemContainerGenerator.Remove(GeneratorPosition, Int32)This member is an explicit interface member implementation. It can be used only when the ItemContainerGenerator instance is cast to an IItemContainerGenerator interface.
Show: