ItemContainerGenerator.IItemContainerGenerator.StartAt 方法

定義

準備產生器以產生項目,始於指定的 GeneratorPosition,以及在指定的 GeneratorDirection 中。

多載

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection)

準備產生器以產生項目,始於指定的 GeneratorPosition,以及在指定的 GeneratorDirection 中。

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean)

準備產生器以產生項目,始於指定的 GeneratorPosition 並按照指定的 GeneratorDirection,且控制是否要從已產生 (實現) 的項目開始。

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection)

準備產生器以產生項目,始於指定的 GeneratorPosition,以及在指定的 GeneratorDirection 中。

 virtual IDisposable ^ System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt(System::Windows::Controls::Primitives::GeneratorPosition position, System::Windows::Controls::Primitives::GeneratorDirection direction) = System::Windows::Controls::Primitives::IItemContainerGenerator::StartAt;
IDisposable IItemContainerGenerator.StartAt (System.Windows.Controls.Primitives.GeneratorPosition position, System.Windows.Controls.Primitives.GeneratorDirection direction);
abstract member System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt : System.Windows.Controls.Primitives.GeneratorPosition * System.Windows.Controls.Primitives.GeneratorDirection -> IDisposable
override this.System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt : System.Windows.Controls.Primitives.GeneratorPosition * System.Windows.Controls.Primitives.GeneratorDirection -> IDisposable
Function StartAt (position As GeneratorPosition, direction As GeneratorDirection) As IDisposable Implements IItemContainerGenerator.StartAt

參數

position
GeneratorPosition

GeneratorPosition,指定開始產生項目的項目位置。

direction
GeneratorDirection

GeneratorDirection,指定產生項目的方向。

傳回

IDisposable 物件,追蹤產生程序的存留期 (Lifetime)。

實作

適用於

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean)

準備產生器以產生項目,始於指定的 GeneratorPosition 並按照指定的 GeneratorDirection,且控制是否要從已產生 (實現) 的項目開始。

 virtual IDisposable ^ System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt(System::Windows::Controls::Primitives::GeneratorPosition position, System::Windows::Controls::Primitives::GeneratorDirection direction, bool allowStartAtRealizedItem) = System::Windows::Controls::Primitives::IItemContainerGenerator::StartAt;
IDisposable IItemContainerGenerator.StartAt (System.Windows.Controls.Primitives.GeneratorPosition position, System.Windows.Controls.Primitives.GeneratorDirection direction, bool allowStartAtRealizedItem);
abstract member System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt : System.Windows.Controls.Primitives.GeneratorPosition * System.Windows.Controls.Primitives.GeneratorDirection * bool -> IDisposable
override this.System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt : System.Windows.Controls.Primitives.GeneratorPosition * System.Windows.Controls.Primitives.GeneratorDirection * bool -> IDisposable
Function StartAt (position As GeneratorPosition, direction As GeneratorDirection, allowStartAtRealizedItem As Boolean) As IDisposable Implements IItemContainerGenerator.StartAt

參數

position
GeneratorPosition

GeneratorPosition,指定開始產生項目的項目位置。

direction
GeneratorDirection

GeneratorDirection,指定產生項目的方向。

allowStartAtRealizedItem
Boolean

布林 (Boolean),指定是否要從已產生 (實現) 的項目開始。

傳回

IDisposable 物件,追蹤產生程序的存留期 (Lifetime)。

實作

適用於