DeviceElementCollection.Add(DeviceElement) 方法

定义

将设备元素添加到集合。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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)

参数

deviceElement
DeviceElement

DeviceElement 添加的。

适用于

另请参阅