Condividi tramite


ItemContainerGenerator.GenerateNext(Boolean) Metodo

Definizione

Restituisce l'elemento contenitore utilizzato per visualizzare l'elemento successivo e indica se l'elemento contenitore è stato appena generato (realizzato).

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

Parametri

isNewlyRealized
Boolean

bool

true se dependencyObject restituito viene appena generato (realizzato); in caso contrario, false.

Restituisce

Oggetto DependencyObject che rappresenta l'elemento contenitore utilizzato per visualizzare l'elemento successivo.

Si applica a