CatalogZoneDesigner.GetDesignTimeHtml Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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ć.