ItemContainerGenerator.IItemContainerGenerator.StartAt Yöntem

Tanım

Oluşturucuyu, belirtilen GeneratorPosition konumundan başlayarak ve belirtilen GeneratorDirection içinde öğeleri oluşturmak için hazırlar.

Aşırı Yüklemeler

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection)

Oluşturucuyu, belirtilen GeneratorPosition konumundan başlayarak ve belirtilen GeneratorDirection içinde öğeleri oluşturmak için hazırlar.

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean)

Oluşturucuyu, belirtilen GeneratorPosition'dan başlayarak ve belirtilen GeneratorDirection'da öğeleri oluşturmaya ve oluşturulan (gerçekleştirilen) bir öğede başlayıp başlamayacağını denetlemeye hazırlar.

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection)

Oluşturucuyu, belirtilen GeneratorPosition konumundan başlayarak ve belirtilen GeneratorDirection içinde öğeleri oluşturmak için hazırlar.

 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

Parametreler

position
GeneratorPosition

Öğe oluşturmaya başlamak için öğenin konumunu belirten GeneratorPosition.

direction
GeneratorDirection

Öğelerin oluşturulacağı yönü belirten GeneratorDirection.

Döndürülenler

IDisposable

Oluşturma işleminin ömrünü izleyen bir IDisposable nesnesi.

Uygulamalar

Şunlara uygulanır

IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean)

Oluşturucuyu, belirtilen GeneratorPosition'dan başlayarak ve belirtilen GeneratorDirection'da öğeleri oluşturmaya ve oluşturulan (gerçekleştirilen) bir öğede başlayıp başlamayacağını denetlemeye hazırlar.

 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

Parametreler

position
GeneratorPosition

Öğe oluşturmaya başlamak için öğenin konumunu belirten GeneratorPosition.

direction
GeneratorDirection

Öğelerin oluşturulacağı yönü belirten GeneratorDirection.

allowStartAtRealizedItem
Boolean

Oluşturulan (gerçekleştirilen) bir öğeden başlayıp başlamayacağını belirten bir Boole değeri.

Döndürülenler

IDisposable

Oluşturma işleminin ömrünü izleyen bir IDisposable nesnesi.

Uygulamalar

Şunlara uygulanır