共用方式為


BaseDataBoundControlDesigner.GetDesignTimeHtml 方法

定義

產生在設計階段用來呈現控制項的標記。

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

傳回

在設計階段用來呈現控制項的標記。

備註

類別 BaseDataBoundControlDesigner 會擷取在設計時間用於系結用途的範例數據,然後再轉譯控件。 如果控件未系結數據,則會呼叫 GetEmptyDesignTimeHtml 方法。 如果呈現控件時發生錯誤,它會呼叫 GetErrorDesignTimeHtml 方法。

適用於

另請參閱