共用方式為


ListViewDesigner.GetEmptyDesignTimeHtml 方法

定義

產生 HTML 標記,表示在設計階段的 ListView 控制項,而該控制項在執行階段不會有任何視覺化表示。

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

傳回

代表設計階段之 ListView 控制項的 HTML 標記。

備註

如果未定義控件 (ListView.LayoutTemplateListView.ItemTemplate) 的兩個必要範本ListView,設計GetEmptyDesignTimeHtml工具會在設計時間轉ListView譯控件。 方法 GetEmptyDesignTimeHtmlCreatePlaceHolderDesignTimeHtml(String) 呼叫 方法來建立佔位元,以顯示控件的類型和標識碼,以及使用者的其他指示。

適用於

另請參閱