DeviceElementCollection.Add(DeviceElement) 方法

定義

將裝置項目加入至集合。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

適用於

另請參閱