WizardDesigner.GetDesignTimeHtml Metoda

Definicja

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

Przeciążenia

GetDesignTimeHtml(DesignerRegionCollection)

Pobiera znacznik HTML, aby wyświetlić kontrolkę i wypełnić kolekcję bieżącymi regionami projektanta kontrolek.

GetDesignTimeHtml()

Pobiera kod HTML używany do reprezentowania kontrolki w czasie projektowania.

GetDesignTimeHtml(DesignerRegionCollection)

Pobiera znacznik HTML, aby wyświetlić kontrolkę i wypełnić kolekcję bieżącymi regionami projektanta kontrolek.

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

Kolekcja regionów projektanta kontrolek dla skojarzonej kontrolki.

Zwraca

Znacznik HTML w czasie projektowania skojarzonej kontrolki, w tym wszystkie regiony projektanta kontrolek.

Zobacz też

Dotyczy

GetDesignTimeHtml()

Pobiera kod HTML używany do reprezentowania kontrolki w czasie projektowania.

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

Zwraca

Kod HTML, który jest używany do reprezentowania kontrolki w czasie projektowania.

Zobacz też

Dotyczy