Editar

Share via


IgnoreDeviceFilterElementCollection.Remove Method

Definition

Removes a IgnoreDeviceFilterElement object from the collection.

Overloads

Remove(String)

Removes the specified IgnoreDeviceFilterElement object from the collection, by using its name.

Remove(IgnoreDeviceFilterElement)

Removes the specified IgnoreDeviceFilterElement object from the collection.

Remove(String)

Removes the specified IgnoreDeviceFilterElement object from the collection, by using its name.

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

Parameters

name
String

The name of the object to remove.

Applies to

Remove(IgnoreDeviceFilterElement)

Removes the specified IgnoreDeviceFilterElement object from the collection.

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)

Parameters

deviceFilter
IgnoreDeviceFilterElement

The object to remove.

Applies to