ItemContainerGenerator.Remove(GeneratorPosition, 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.
Removes one or more generated (realized) items.
public:
virtual void Remove(GeneratorPosition position, int count) = Remove;
void Remove(GeneratorPosition const& position, int const& count);
public void Remove(GeneratorPosition position, int count);
function remove(position, count)
Public Sub Remove (position As GeneratorPosition, count As Integer)
Parameters
- position
- GeneratorPosition
The index of the element to remove. position must refer to a previously generated (realized) item, which means its offset must be zero.
- count
-
Int32
int
The number of elements to remove, starting at position.