UserControlDesigner.GetDesignTimeHtml 方法

定义

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

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

返回

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

例外

子控件的 ID 属性为空(即 null)。

适用于

另请参阅