ItemContainerGenerator.IItemContainerGenerator.GenerateNext Method

Definition

Returns the container element used to display the next item.

Overloads

IItemContainerGenerator.GenerateNext(Boolean)

Returns the container element used to display the next item, and whether the container element has been newly generated (realized).

IItemContainerGenerator.GenerateNext()

Returns the container element used to display the next item.

IItemContainerGenerator.GenerateNext(Boolean)

Returns the container element used to display the next item, and whether the container element has been newly generated (realized).

 virtual System::Windows::DependencyObject ^ System.Windows.Controls.Primitives.IItemContainerGenerator.GenerateNext([Runtime::InteropServices::Out] bool % isNewlyRealized) = System::Windows::Controls::Primitives::IItemContainerGenerator::GenerateNext;
System.Windows.DependencyObject IItemContainerGenerator.GenerateNext (out bool isNewlyRealized);
abstract member System.Windows.Controls.Primitives.IItemContainerGenerator.GenerateNext : bool -> System.Windows.DependencyObject
override this.System.Windows.Controls.Primitives.IItemContainerGenerator.GenerateNext : bool -> System.Windows.DependencyObject
Function GenerateNext (ByRef isNewlyRealized As Boolean) As DependencyObject Implements IItemContainerGenerator.GenerateNext

Parameters

isNewlyRealized
Boolean

Is true if the returned DependencyObject is newly generated (realized); otherwise, false.

Returns

A DependencyObject that is the container element which is used to display the next item.

Implements

Applies to

IItemContainerGenerator.GenerateNext()

Returns the container element used to display the next item.

 virtual System::Windows::DependencyObject ^ System.Windows.Controls.Primitives.IItemContainerGenerator.GenerateNext() = System::Windows::Controls::Primitives::IItemContainerGenerator::GenerateNext;
System.Windows.DependencyObject IItemContainerGenerator.GenerateNext ();
abstract member System.Windows.Controls.Primitives.IItemContainerGenerator.GenerateNext : unit -> System.Windows.DependencyObject
override this.System.Windows.Controls.Primitives.IItemContainerGenerator.GenerateNext : unit -> System.Windows.DependencyObject
Function GenerateNext () As DependencyObject Implements IItemContainerGenerator.GenerateNext

Returns

A DependencyObject that is the container element which is used to display the next item.

Implements

Applies to