Udostępnij za pośrednictwem


CatalogZoneDesigner.GetDesignTimeHtml Metoda

Definicja

Pobiera znaczniki używane do reprezentowania kontrolki w czasie projektowania.

Przeciążenia

GetDesignTimeHtml()

Pobiera znaczniki używane do reprezentowania kontrolki w czasie projektowania przez wywołanie GetDesignTimeHtml(DesignerRegionCollection) metody z argumentem null.

GetDesignTimeHtml(DesignerRegionCollection)

Tworzy element EditableDesignerRegion w projektancie przed wygenerowaniem kodu HTML w czasie projektowania kontrolki.

GetDesignTimeHtml()

Pobiera znaczniki używane do reprezentowania kontrolki w czasie projektowania przez wywołanie GetDesignTimeHtml(DesignerRegionCollection) metody z argumentem null.

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

Zwraca

Wywołanie metody z GetDesignTimeHtml(DesignerRegionCollection) argumentem null jako parametrem.

Uwagi dotyczące dziedziczenia

Podczas zastępowania tej metody należy wywołać GetDesignTimeHtml(DesignerRegionCollection) argument lub DesignerRegionCollectionnull jako argument, aby regiony projektanta prawidłowo kompilować.

Dotyczy

GetDesignTimeHtml(DesignerRegionCollection)

Tworzy element EditableDesignerRegion w projektancie przed wygenerowaniem kodu HTML w czasie projektowania kontrolki.

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

Parametry

regions
DesignerRegionCollection

Wartość DesignerRegionCollection, jeśli istnieje, skojarzona z kontrolką.

Zwraca

Element String reprezentujący kod HTML w czasie projektowania kontrolki.

Uwagi dotyczące dziedziczenia

Podczas zastępowania tej metody należy wywołać metodę podstawową, tak aby regiony projektanta prawidłowo kompilować.

Dotyczy