次の方法で共有


DataControlFieldDesigner.GetTemplate(DataBoundControl, String) メソッド

定義

指定したデータ バインド コントロールのテンプレート マークアップを含む ITemplate オブジェクトを取得します。

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

パラメーター

control
DataBoundControl

データ バインド コントロール。

templateContent
String

テンプレート マークアップ。

戻り値

指定したデータ バインド コントロールのテンプレート マークアップを含むオブジェクト。

適用対象