Share via


DeviceElementCollection.Add(DeviceElement) 方法

定义

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

适用于

另请参阅