DeviceElementCollection.Add(DeviceElement) Method

Definition

Adds a device element to the collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)

Parameters

deviceElement
DeviceElement

The DeviceElement to add.

Applies to

See also