WebFormsRootDesigner.GetControlViewAndTag 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.
En cas de substitution dans une classe dérivée, retourne la vue design actuelle et le balisage HTML du contrôle spécifié.
protected public:
abstract void GetControlViewAndTag(System::Web::UI::Control ^ control, [Runtime::InteropServices::Out] System::Web::UI::Design::IControlDesignerView ^ % view, [Runtime::InteropServices::Out] System::Web::UI::Design::IControlDesignerTag ^ % tag);
protected internal abstract void GetControlViewAndTag (System.Web.UI.Control control, out System.Web.UI.Design.IControlDesignerView view, out System.Web.UI.Design.IControlDesignerTag tag);
abstract member GetControlViewAndTag : System.Web.UI.Control * IControlDesignerView * IControlDesignerTag -> unit
Protected Friend MustOverride Sub GetControlViewAndTag (control As Control, ByRef view As IControlDesignerView, ByRef tag As IControlDesignerTag)
Paramètres
- control
- Control
Contrôle auquel il faut fournir la vue et la balise.
- view
- IControlDesignerView
Lorsque la méthode GetControlViewAndTag(Control, IControlDesignerView, IControlDesignerTag) est retournée, view
contient un objet IControlDesignerView
qui fournit l'accès à la représentation visuelle et au contenu d'un contrôle au moment du design.
view
est passé sans être initialisé.
Lorsque la méthode GetControlViewAndTag(Control, IControlDesignerView, IControlDesignerTag) est retournée, tag
contient un objet IControlDesignerTag
qui fournit l'accès à l'élément HTML du concepteur de contrôles du contrôle.
tag
est passé sans être initialisé.