HtmlTableRow.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 HtmlTableRow.
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 HtmlTableRow.
Remarques
La CreateControlCollection méthode crée une collection ControlCollection utilisée pour contenir les cellules de ligne.
La méthode CreateControlCollection intéresse principalement les développeurs de contrôles qui étendent les fonctionnalités du contrôle HtmlTableRow.