ItemContainerGenerator.IItemContainerGenerator.GenerateNext Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the container element used to display the next item, and whether the container element has been newly generated (realized).
Assembly: System.Windows (in System.Windows.dll)
'Declaration Private Function GenerateNext ( _ <OutAttribute> ByRef isNewlyRealized As Boolean _ ) As DependencyObject Implements IItemContainerGenerator.GenerateNext
Parameters
- isNewlyRealized
- Type:
System.Boolean
%
true if the returned DependencyObject is newly generated (realized); otherwise, false.
Return Value
Type: System.Windows.DependencyObjectA DependencyObject that is the container element which is used to display the next item.
Implements
IItemContainerGenerator.GenerateNext(Boolean)This member is an explicit interface member implementation. It can be used only when the ItemContainerGenerator instance is cast to an IItemContainerGenerator interface.
Show: