IgnoreDeviceFilterElementCollection.Remove 方法

定义

从集合中移除 IgnoreDeviceFilterElement 对象。

重载

Remove(String)

使用指定 IgnoreDeviceFilterElement 对象的名称从集合中移除该对象。

Remove(IgnoreDeviceFilterElement)

从集合中移除指定的 IgnoreDeviceFilterElement 对象。

Remove(String)

使用指定 IgnoreDeviceFilterElement 对象的名称从集合中移除该对象。

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(IgnoreDeviceFilterElement)

从集合中移除指定的 IgnoreDeviceFilterElement 对象。

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

参数

deviceFilter
IgnoreDeviceFilterElement

要移除的对象。

适用于