ItemContainerGenerator.GenerateNext(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’élément conteneur utilisé pour afficher l’élément suivant et indique si l’élément conteneur a été généré (réalisé).
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
Paramètres
- isNewlyRealized
-
Boolean
bool
true si l’objet DependencyObject retourné est nouvellement généré (réalisé) ; sinon, false.
Retours
DependencyObject qui est l’élément conteneur utilisé pour afficher l’élément suivant.