Freigeben über


ControlElementCollection.Add(ControlElement) Methode

Definition

Fügt der Auflistung ein ControlElement-Objekt hinzu. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

public:
 void Add(System::Web::UI::MobileControls::ControlElement ^ controlElement);
public void Add (System.Web.UI.MobileControls.ControlElement controlElement);
member this.Add : System.Web.UI.MobileControls.ControlElement -> unit
Public Sub Add (controlElement As ControlElement)

Parameter

controlElement
ControlElement

Ein ControlElement-Objekt.

Gilt für:

Weitere Informationen