IRecyclingItemContainerGenerator.Recycle(GeneratorPosition, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
解除項目容器與其資料項目的關聯並且儲存容器,讓容器可以稍後供其他資料項目重複使用。
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
開始。