DeviceElementCollection.Remove 方法

定义

从集合中移除指定的设备元素。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

重载

Remove(String)

从集合中移除已命名的设备元素。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

Remove(DeviceElement)

从集合中移除指定的设备元素。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

Remove(String)

从集合中移除已命名的设备元素。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

参数

name
String

要移除的 DeviceElement 的键。

另请参阅

适用于

Remove(DeviceElement)

从集合中移除指定的设备元素。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 void Remove(System::Web::UI::MobileControls::DeviceElement ^ deviceElement);
public void Remove (System.Web.UI.MobileControls.DeviceElement deviceElement);
member this.Remove : System.Web.UI.MobileControls.DeviceElement -> unit
Public Sub Remove (deviceElement As DeviceElement)

参数

deviceElement
DeviceElement

要移除的 DeviceElement

另请参阅

适用于