Compartir a través de


FilterTableEntryCollection.Remove(FilterTableEntryElement) Método

Definición

Quita la primera aparición del objeto FilterTableEntryElement especificado de la colección.

public:
 void Remove(System::ServiceModel::Routing::Configuration::FilterTableEntryElement ^ element);
public void Remove (System.ServiceModel.Routing.Configuration.FilterTableEntryElement element);
member this.Remove : System.ServiceModel.Routing.Configuration.FilterTableEntryElement -> unit
Public Sub Remove (element As FilterTableEntryElement)

Parámetros

element
FilterTableEntryElement

Entrada de la tabla de filtros que se va a quitar de la colección.

Se aplica a