DeclarativeCatalogPartDesigner.GetDesignTimeHtml 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重写父方法以阻止呈现控件。
public:
override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String
返回
空字符串 ("") 或 GetEmptyDesignTimeHtml() 的值。
注解
WebPartsTemplate如果没有与控件关联,设计器将显示标准灰色框,其中包含控件的类名和实例名称。 否则,根本不会发生设计时呈现,因为复选框和 Web 部件标题由 CatalogPartChrome 呈现,而不是 DeclarativeCatalogPart 本身呈现。