Control.TemplateControl Propiedad
Definición
Obtiene o establece una referencia a la plantilla que contiene este control.Gets or sets a reference to the template that contains this control.
public:
property System::Web::UI::TemplateControl ^ TemplateControl { System::Web::UI::TemplateControl ^ get(); void set(System::Web::UI::TemplateControl ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.TemplateControl TemplateControl { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.TemplateControl : System.Web.UI.TemplateControl with get, set
Public Property TemplateControl As TemplateControl
Valor de propiedad
Instancia de TemplateControl que contiene este control.The TemplateControl instance that contains this control.
- Atributos
Comentarios
Cuando una Control instancia de forma parte de una plantilla de control, la TemplateControl propiedad contiene una referencia al control contenedor.When a Control instance is part of a control template, the TemplateControl property contains a reference to the containing control. Para obtener más información, consulte la documentación de System.Web.UI.TemplateControl .For more information, see the System.Web.UI.TemplateControl documentation.