ItemContainerGenerator.IRecyclingItemContainerGenerator.Recycle 方法

定義

此成員支援Windows Presentation Foundation (WPF) 基礎結構,而且不適合直接從您的程式碼使用。

 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

參數

position
GeneratorPosition

第一個要重複使用之項目的索引。 position 必須參考先前產生 (實現) 的項目。

count
Int32

要重複使用的項目數量,從 position 開始。

實作

適用於