ItemContainerGenerator.IItemContainerGenerator.StartAt Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
Oluşturma işleminin ömrünü izleyen bir IDisposable nesnesi.