IRecyclingItemContainerGenerator.Recycle(GeneratorPosition, Int32) Method

Definition

Disassociates item containers from their data items and saves the containers so they can be reused later for other data items.

public:
 void Recycle(System::Windows::Controls::Primitives::GeneratorPosition position, int count);
public void Recycle (System.Windows.Controls.Primitives.GeneratorPosition position, int count);
abstract member Recycle : System.Windows.Controls.Primitives.GeneratorPosition * int -> unit
Public Sub Recycle (position As GeneratorPosition, count As Integer)

Parameters

position
GeneratorPosition

The zero-based index of the first element to reuse. position must refer to a previously generated (realized) item.

count
Int32

The number of elements to reuse, starting at position.

Applies to