DeviceElementCollection.Add(DeviceElement) Metod

Definition

Lägger till ett enhetselement i samlingen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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)

Parametrar

deviceElement
DeviceElement

Att DeviceElement lägga till.

Gäller för

Se även