Condividi tramite


DataControlFieldDesigner.GetTemplate(DataBoundControl, String) Metodo

Definizione

Ottiene l'oggetto ITemplate che contiene il markup del modello per il controllo associato a dati specificato.

protected:
 System::Web::UI::ITemplate ^ GetTemplate(System::Web::UI::WebControls::DataBoundControl ^ control, System::String ^ templateContent);
protected System.Web.UI.ITemplate GetTemplate (System.Web.UI.WebControls.DataBoundControl control, string templateContent);
member this.GetTemplate : System.Web.UI.WebControls.DataBoundControl * string -> System.Web.UI.ITemplate
Protected Function GetTemplate (control As DataBoundControl, templateContent As String) As ITemplate

Parametri

control
DataBoundControl

Controllo associato a dati.

templateContent
String

Markup del modello.

Restituisce

Oggetto che contiene il markup del modello per il controllo associato a dati specificato.

Si applica a