DataPager.ICompositeControlDesignerAccessor.RecreateChildControls 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 le contrôle enfant du contrôle DataPager au moment du design.
virtual void System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls() = System::Web::UI::WebControls::ICompositeControlDesignerAccessor::RecreateChildControls;
void ICompositeControlDesignerAccessor.RecreateChildControls ();
abstract member System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls : unit -> unit
override this.System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls : unit -> unit
Sub RecreateChildControls () Implements ICompositeControlDesignerAccessor.RecreateChildControls
Implémente
Remarques
La ICompositeControlDesignerAccessor.RecreateChildControls méthode permet à un concepteur pour le DataPager contrôle de recréer les contrôles enfants du contrôle au moment du design.
La ICompositeControlDesignerAccessor.RecreateChildControls méthode d’interface appelle la RecreateChildControls méthode , qui contient l’implémentation réelle et qui peut être étendue par les développeurs de contrôle.