DeviceElementCollection.Add(DeviceElement) Methode

Definition

Fügt der Auflistung ein Geräteelement hinzu. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

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

Parameter

deviceElement
DeviceElement

Der DeviceElement hinzuzufügende

Gilt für:

Weitere Informationen