DataControlFieldDesigner.GetTemplateField 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之資料欄位的 TemplateField 物件。
protected:
System::Web::UI::WebControls::TemplateField ^ GetTemplateField(System::Web::UI::WebControls::DataControlField ^ dataControlField, System::Web::UI::WebControls::DataBoundControl ^ dataBoundControl);
protected System.Web.UI.WebControls.TemplateField GetTemplateField (System.Web.UI.WebControls.DataControlField dataControlField, System.Web.UI.WebControls.DataBoundControl dataBoundControl);
member this.GetTemplateField : System.Web.UI.WebControls.DataControlField * System.Web.UI.WebControls.DataBoundControl -> System.Web.UI.WebControls.TemplateField
Protected Function GetTemplateField (dataControlField As DataControlField, dataBoundControl As DataBoundControl) As TemplateField
參數
- dataControlField
- DataControlField
資料欄位。
- dataBoundControl
- DataBoundControl
包含資料欄位的資料繫結控制項。
傳回
新樣板欄位。
備註
方法 GetTemplateField 是協助程式方法,可由 方法用來 CreateTemplateField 建立新的 TemplateField 物件,並使用指定的資料欄位屬性初始化其屬性。