Sdílet prostřednictvím


CatalogZoneDesigner.GetDesignTimeHtml Metoda

Definice

Získá kód, který se používá k reprezentaci ovládacího prvku v době návrhu.

Přetížení

GetDesignTimeHtml()

Získá kód, který se používá k reprezentaci ovládacího prvku v době návrhu GetDesignTimeHtml(DesignerRegionCollection) voláním metody s argumentem null.

GetDesignTimeHtml(DesignerRegionCollection)

EditableDesignerRegion Vytvoří v návrháři před vygenerováním kódu HTML návrhu ovládacího prvku.

GetDesignTimeHtml()

Získá kód, který se používá k reprezentaci ovládacího prvku v době návrhu GetDesignTimeHtml(DesignerRegionCollection) voláním metody s argumentem null.

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

Návraty

Volání GetDesignTimeHtml(DesignerRegionCollection) metody s argumentem null jako parametrem.

Poznámky pro dědice

Při přepsání této metody je nutné volat GetDesignTimeHtml(DesignerRegionCollection) pomocí DesignerRegionCollection nebo null jako argument, aby se oblasti návrháře správně sestavily.

Platí pro

GetDesignTimeHtml(DesignerRegionCollection)

EditableDesignerRegion Vytvoří v návrháři před vygenerováním kódu HTML návrhu ovládacího prvku.

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

, DesignerRegionCollectionpokud existuje, přidružený k ovládacímu prvku.

Návraty

A String představující kód HTML v době návrhu ovládacího prvku.

Poznámky pro dědice

Při přepsání této metody je nutné volat základní metodu, aby se oblasti návrháře správně sestavily.

Platí pro