Sdílet prostřednictvím


ItemContainerGenerator.IItemContainerGenerator.StartAt Metoda

Definice

Připraví generátor na generování položek, počínaje zadanou GeneratorPosition a v zadaném GeneratorDirection.

Přetížení

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection)

Připraví generátor na generování položek, počínaje zadanou GeneratorPosition a v zadaném GeneratorDirection.

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean)

Připraví generátor na generování položek, počínaje zadanou GeneratorPosition a v zadaném GeneratorDirection, a řídí, zda se má začít od vygenerované (realizované) položky.

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection)

Připraví generátor na generování položek, počínaje zadanou GeneratorPosition a v zadaném 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

Parametry

position
GeneratorPosition

GeneratorPosition, která určuje pozici položky, na které se mají začít generovat položky.

direction
GeneratorDirection

GeneratorDirection, který určuje směr, který má generovat položky.

Návraty

Objekt IDisposable, který sleduje životnost procesu generování.

Implementuje

Platí pro

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean)

Připraví generátor na generování položek, počínaje zadanou GeneratorPosition a v zadaném GeneratorDirection, a řídí, zda se má začít od vygenerované (realizované) položky.

 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

Parametry

position
GeneratorPosition

GeneratorPosition, která určuje pozici položky, na které se mají začít generovat položky.

direction
GeneratorDirection

GeneratorDirection, který určuje směr, který má generovat položky.

allowStartAtRealizedItem
Boolean

Logická hodnota, která určuje, zda se má začít od vygenerované (realizované) položky.

Návraty

Objekt IDisposable, který sleduje životnost procesu generování.

Implementuje

Platí pro