共用方式為


BaseDataBoundControlDesigner.GetEmptyDesignTimeHtml 方法

定義

如果控制項是空白,或者無法擷取資料來源,則提供在設計階段用來呈現控制項的標記。

protected:
 override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String

傳回

在設計階段用來利用空資料來源以呈現控制項的標記。

備註

類別會 BaseDataBoundControlDesigner 擷取在設計時間用於系結的範例數據,然後再轉譯控件。 空的設計時間控制項會轉譯為包含類型名稱和控件名稱的佔位元。

適用於

另請參閱