CatalogPartDesigner.GetDesignTimeHtml 方法

定义

验证控件是否驻留在 CatalogZoneBase 类型的区域中,然后获取用于在设计时表示控件的标记。Verifies that the control resides in a zone of type CatalogZoneBase, and then gets the markup that is used to represent the control at design time.

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

返回

String

用于在设计时表示控件的标记;或者如果控件未驻留在 CatalogZoneBase 中,则为错误标记。The markup that is used to represent the control at design time, or error markup if the control does not reside in a CatalogZoneBase.

适用于