Compartilhar via


ItemContainerGenerator.IRecyclingItemContainerGenerator.Recycle Método

Definição

Esse membro dá suporte à infraestrutura de Windows Presentation Foundation (WPF) e não deve ser usado diretamente do seu código.

 virtual void System.Windows.Controls.Primitives.IRecyclingItemContainerGenerator.Recycle(System::Windows::Controls::Primitives::GeneratorPosition position, int count) = System::Windows::Controls::Primitives::IRecyclingItemContainerGenerator::Recycle;
void IRecyclingItemContainerGenerator.Recycle (System.Windows.Controls.Primitives.GeneratorPosition position, int count);
abstract member System.Windows.Controls.Primitives.IRecyclingItemContainerGenerator.Recycle : System.Windows.Controls.Primitives.GeneratorPosition * int -> unit
override this.System.Windows.Controls.Primitives.IRecyclingItemContainerGenerator.Recycle : System.Windows.Controls.Primitives.GeneratorPosition * int -> unit
Sub Recycle (position As GeneratorPosition, count As Integer) Implements IRecyclingItemContainerGenerator.Recycle

Parâmetros

position
GeneratorPosition

O índice do primeiro elemento a ser reutilizado. position deve se referir a um item (realizado) gerado anteriormente.

count
Int32

O número de elementos de reutilizar, começando em position.

Implementações

Aplica-se a