DeviceFilterElementCollection.Remove 方法

定义

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

重载

Remove(String)

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

Remove(DeviceFilterElement)

从集合中移除指定的项。 此 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

标识要移除的项的键。

另请参阅

适用于

Remove(DeviceFilterElement)

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

public:
 void Remove(System::Web::Mobile::DeviceFilterElement ^ deviceFilter);
public void Remove (System.Web.Mobile.DeviceFilterElement deviceFilter);
member this.Remove : System.Web.Mobile.DeviceFilterElement -> unit
Public Sub Remove (deviceFilter As DeviceFilterElement)

参数

deviceFilter
DeviceFilterElement

要从集合中移除的项。

注解

此重载从 参数引用的对象中获取键,deviceFilterDeviceFilterElementCollection.Remove然后使用 键作为参数调用 方法。

另请参阅

适用于