WebFormsRootDesigner.GetControlViewAndTag Método

Definición

Cuando se reemplaza en una clase derivada, devuelve tanto la vista en tiempo de diseño actual como el marcado HTML del control especificado.

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)

Parámetros

control
Control

Control para el que se va a proporcionar la vista y la etiqueta.

view
IControlDesignerView

Cuando el GetControlViewAndTag(Control, IControlDesignerView, IControlDesignerTag) método devuelve, view contiene un IControlDesignerView objeto que proporciona acceso a la representación visual y el contenido de un control en tiempo de diseño. view se pasa sin inicializar.

tag
IControlDesignerTag

Cuando el GetControlViewAndTag(Control, IControlDesignerView, IControlDesignerTag) método devuelve, tag contiene un IControlDesignerTag objeto que proporciona acceso al elemento HTML para el diseñador de controles del control. tag se pasa sin inicializar.

Se aplica a

Consulte también