IRecyclingItemContainerGenerator.Recycle(GeneratorPosition, Int32) Метод

Определение

Отвязывает контейнеры элементов от их элементов данных и сохраняет контейнеры для последующего повторного использования с другими элементами данных.

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)

Параметры

position
GeneratorPosition

Индекс (с нуля) первого элемента, который требуется использовать. position должен относиться к ранее созданному (реализованному) элементу.

count
Int32

Количество повторно используемых элементов, начиная с позиции position.

Применяется к