CompositeControlDesigner.GetDesignTimeHtml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在設計階段用來表示控制項的 HTML。
public:
override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String
傳回
在設計階段用來表示控制項的 HTML。
備註
如需這個方法可用之多載的詳細資訊,請參閱 ControlDesigner。
在此覆寫的方法中,基底實作一律會在相關聯的控件上建立子控件。