इसके माध्यम से साझा किया गया


ItemContainerGenerator.GenerateNext(Boolean) Method

Definition

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

public:
 virtual DependencyObject ^ GenerateNext([Out] bool & isNewlyRealized) = GenerateNext;
DependencyObject GenerateNext([Out] bool & isNewlyRealized);
public DependencyObject GenerateNext(out bool isNewlyRealized);
Public Function GenerateNext (ByRef isNewlyRealized As Boolean) As DependencyObject

Parameters

isNewlyRealized
Boolean

bool

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

Returns

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

Applies to