DataControlFieldDesigner.GetTemplate(DataBoundControl, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含指定数据绑定控件的模板标记的 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
模板标记。
返回
一个包含指定数据绑定控件的模板标记的对象。