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 fois la vue au moment du design et le balisage HTML pour le 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 pour lequel fournir l’affichage et la balise.
- view
- IControlDesignerView
Lorsque la GetControlViewAndTag(Control, IControlDesignerView, IControlDesignerTag) méthode est retournée, view contient un IControlDesignerView objet qui fournit l’accès à la représentation visuelle et au contenu d’un contrôle au moment du design.
view est passé non initialisé.
Lorsque la GetControlViewAndTag(Control, IControlDesignerView, IControlDesignerTag) méthode est retournée, tag contient un IControlDesignerTag objet qui fournit l’accès à l’élément HTML du concepteur de contrôles du contrôle.
tag est passé non initialisé.