WebFormsRootDesigner.AddControlToDocument Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, Web Forms sayfasına bir Web sunucusu denetimi ekler.

public:
 abstract System::String ^ AddControlToDocument(System::Web::UI::Control ^ newControl, System::Web::UI::Control ^ referenceControl, System::Web::UI::Design::ControlLocation location);
public abstract string AddControlToDocument (System.Web.UI.Control newControl, System.Web.UI.Control referenceControl, System.Web.UI.Design.ControlLocation location);
abstract member AddControlToDocument : System.Web.UI.Control * System.Web.UI.Control * System.Web.UI.Design.ControlLocation -> string
Public MustOverride Function AddControlToDocument (newControl As Control, referenceControl As Control, location As ControlLocation) As String

Parametreler

newControl
Control

Web Forms sayfasına eklenecek denetim.

referenceControl
Control

Eklendiği newControl denetime göre.

location
ControlLocation

ControlLocation ile newControl ilgili referenceControlkonumunu gösteren bir değer.

Döndürülenler

Eklenen denetimin kimliği.

Açıklamalar

Bir denetime zaten atanmış bir kimlik olsa da, Web Forms sayfasında aynı kimlikle zaten bir denetim varsa, yeni bir kimlik atanır.

Şunlara uygulanır

Ayrıca bkz.