TimerDesigner.GetDesignTimeHtml 方法

定义

返回用于在设计时呈现关联的 Timer 控件的 HTML 标记。Returns the HTML markup that is used to render the associated Timer 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

一个字符串,它包含用于在设计时呈现 Timer 控件的标记。A string that contains the markup used to render the Timer control at design time.

适用于