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 方法,该方法为包含有关如何编辑模板内容的说明的占位符和需要项模板的消息生成标记。