Share via


QueryStringParameter.Clone Metoda

Definice

Vrátí duplikát aktuální QueryStringParameter instance.

protected:
 override System::Web::UI::WebControls::Parameter ^ Clone();
protected override System.Web.UI.WebControls.Parameter Clone ();
override this.Clone : unit -> System.Web.UI.WebControls.Parameter
Protected Overrides Function Clone () As Parameter

Návraty

Duplikát aktuální instance.

Poznámky

Metoda Clone volá QueryStringParameter konstruktor inicializovat novou instanci QueryStringParameter třídy pomocí hodnot aktuální instance.

Platí pro

Viz také