FormViewDesigner.GetEmptyDesignTimeHtml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得標記文字,用來在設計階段呈現關聯控制項的替代符號。
protected:
override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String
傳回
String,包含在設計介面上呈現為替代符號的標記文字。
備註
如果控件的 FormView 標記不包含其中一個專案範本, GetDesignTimeHtml 方法會呼叫 GetEmptyDesignTimeHtml 方法,以產生佔位元的標記,其中包含如何編輯範本內容的指示,以及需要專案範本的訊息。