BaseDataBoundControlDesigner.GetDesignTimeHtml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生在設計階段用來呈現控制項的標記。
public:
override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String
傳回
在設計階段用來呈現控制項的標記。
備註
類別 BaseDataBoundControlDesigner 會擷取在設計時間用於系結用途的範例數據,然後再轉譯控件。 如果控件未系結數據,則會呼叫 GetEmptyDesignTimeHtml 方法。 如果呈現控件時發生錯誤,它會呼叫 GetErrorDesignTimeHtml 方法。