Freigeben über


FilterTableEntryCollection.Add(FilterTableEntryElement) Methode

Definition

Fügt der Auflistung eine neue FilterTableEntryElement-Instanz hinzu.

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

Parameter

element
FilterTableEntryElement

Der neue Filtertabelleneintrag, der hinzugefügt werden soll.

Gilt für