ItemContainerGenerator.GenerateNext(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.