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 开始。

适用于