EditorZoneDesigner.GetDesignTimeHtml 方法

定義

取得用來在設計階段表示控制項的標記。

多載

GetDesignTimeHtml()

叫用具有 null 參數的 GetDesignTimeHtml(DesignerRegionCollection)

GetDesignTimeHtml(DesignerRegionCollection)

取得用來在設計階段表示控制項的標記。

GetDesignTimeHtml()

叫用具有 null 參數的 GetDesignTimeHtml(DesignerRegionCollection)

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

傳回

String

String,表示設計階段的控制項標記。

適用於

GetDesignTimeHtml(DesignerRegionCollection)

取得用來在設計階段表示控制項的標記。

public:
 override System::String ^ GetDesignTimeHtml(System::Web::UI::Design::DesignerRegionCollection ^ regions);
public override string GetDesignTimeHtml (System.Web.UI.Design.DesignerRegionCollection regions);
override this.GetDesignTimeHtml : System.Web.UI.Design.DesignerRegionCollection -> string
Public Overrides Function GetDesignTimeHtml (regions As DesignerRegionCollection) As String

參數

regions
DesignerRegionCollection

與控制項相關聯的 DesignerRegionCollection (如果有的話)。

傳回

String

String,表示設計階段的控制項標記。

適用於