Control.TemplateControl Propriété
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.
Obtient ou définit une référence au modèle qui contient ce contrôle.
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
Valeur de propriété
Instance de TemplateControl qui contient ce contrôle.
- Attributs
Remarques
Lorsqu’une Control instance fait partie d’un modèle de contrôle, la TemplateControl propriété contient une référence au contrôle contenant. Pour plus d’informations, consultez la documentation de System.Web.UI.TemplateControl.