Version

Remove Method (RecyclingItemContainerGenerator)

Removes one or more generated (realized) items.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal position As GeneratorPosition, _
   ByVal count As Integer _
) 
public void Remove( 
   GeneratorPosition position,
   int count
)

Parameters

position
The index of the element to remove. position must refer to a previously generated (realized) item, which means its offset must be zero.
count
The number of elements to remove, starting at position.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also