共用方式為


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

適用於