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

要從集合中移除的篩選資料表項目。

適用於