Share via


FilterTableEntryCollection.Remove(FilterTableEntryElement) 方法

定义

从集合中移除指定的 FilterTableEntryElement 的第一个匹配项。

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)

参数

element
FilterTableEntryElement

要从集合中移除的筛选器表项。

适用于