XmlDesigner.GetDesignTimeHtml 方法

定义

检索用于在设计时表示控件的 HTML 标记。

此 API 支持产品基础结构,不能在代码中直接使用。

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

返回

用于在设计时表示控件的 HTML 标记。

适用于

另请参阅