ListViewDesigner.GetEmptyDesignTimeHtml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生 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.LayoutTemplate 和 ListView.ItemTemplate) 的兩個必要範本ListView,設計GetEmptyDesignTimeHtml工具會在設計時間轉ListView譯控件。 方法 GetEmptyDesignTimeHtml 會 CreatePlaceHolderDesignTimeHtml(String) 呼叫 方法來建立佔位元,以顯示控件的類型和標識碼,以及使用者的其他指示。