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 标记。
注解
GetEmptyDesignTimeHtml如果未定义控件 (和 ListView.ItemTemplate) ListView.LayoutTemplate 的两个必需模板ListView,则设计器使用 方法在设计时呈现ListView控件。 方法 GetEmptyDesignTimeHtml 调用 CreatePlaceHolderDesignTimeHtml(String) 方法以创建一个占位符,该占位符显示控件的类型和 ID,以及用户的其他说明。