Share via


FilterTableEntryCollection.Remove(FilterTableEntryElement) Méthode

Définition

Supprime la première occurrence du FilterTableEntryElement spécifié dans la collection.

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)

Paramètres

element
FilterTableEntryElement

Entrée de table de filtres à supprimer de la collection.

S’applique à