EditorZoneDesigner.GetDesignTimeHtml Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá kód, který se používá k reprezentaci ovládacího prvku v době návrhu.
Přetížení
GetDesignTimeHtml() |
Vyvolá s GetDesignTimeHtml(DesignerRegionCollection) parametrem null. |
GetDesignTimeHtml(DesignerRegionCollection) |
Získá kód, který se používá k reprezentaci ovládacího prvku v době návrhu. |
GetDesignTimeHtml()
Vyvolá s GetDesignTimeHtml(DesignerRegionCollection) parametrem null.
public:
override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String
Návraty
Objekt String , který představuje přirážku ovládacího prvku v době návrhu.
Platí pro
GetDesignTimeHtml(DesignerRegionCollection)
Získá kód, který se používá k reprezentaci ovládacího prvku v době návrhu.
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
DesignerRegionCollection, pokud je k ovládacímu prvku přidružen.
Návraty
Objekt String , který představuje přirážku ovládacího prvku v době návrhu.