MultiView.CreateControlCollection 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.
Crée un ControlCollection pour contenir les contrôles enfants du contrôle MultiView.
protected:
override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides Function CreateControlCollection () As ControlCollection
Retours
ViewCollection pour contenir les contrôles View du contrôle MultiView actuel.
Remarques
Cette méthode remplace l’implémentation de base pour toujours retourner un ViewCollection pour contenir les View contrôles du contrôle actuel MultiView .