ItemContainerGenerator.IItemContainerGenerator.StartAt Method

Definition

Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection.

Overloads

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection)

Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection.

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean)

Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection, and controlling whether or not to start at a generated (realized) item.

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection)

Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified 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

Parameters

position
GeneratorPosition

A GeneratorPosition that specifies the position of the item to start generating items at.

direction
GeneratorDirection

A GeneratorDirection that specifies the direction which to generate items.

Returns

An IDisposable object that tracks the lifetime of the generation process.

Implements

Applies to

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean)

Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection, and controlling whether or not to start at a generated (realized) item.

 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

Parameters

position
GeneratorPosition

A GeneratorPosition that specifies the position of the item to start generating items at.

direction
GeneratorDirection

A GeneratorDirection that specifies the direction which to generate items.

allowStartAtRealizedItem
Boolean

A Boolean that specifies whether to start at a generated (realized) item.

Returns

An IDisposable object that tracks the lifetime of the generation process.

Implements

Applies to