Version

GenerateNext(Boolean) Method

Returns the container element used to display the next item, and whether the container element has been newly generated (realized).
Syntax
'Declaration
 
Public Overloads Function GenerateNext( _
   ByRef isNewlyRealized As Boolean _
) As DependencyObject
public DependencyObject GenerateNext( 
   out bool isNewlyRealized
)

Parameters

isNewlyRealized
Is true is the returned container element is newly generated (realized); otherwise, false.

Return Value

The container element. If the container was newly realized in the menthod then the isNewlyRealized out paramater will be set to true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also