HtmlTable.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 nouvel objet ControlCollection pour le contrôle HtmlTable.
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
ControlCollection qui contient les contrôles serveur enfants du contrôle HtmlTable.
Remarques
La CreateControlCollection méthode crée un ControlCollection objet qui est utilisé pour contenir des lignes de table.
La méthode CreateControlCollection intéresse principalement les développeurs de contrôles qui étendent les fonctionnalités du contrôle HtmlTable.