FilterElementCollection.Remove(FilterElement) 方法
定义
从集合中移除指定的 FilterElement 的第一个匹配项。Removes the first occurrence of the specified FilterElement from the collection.
public:
void Remove(System::ServiceModel::Routing::Configuration::FilterElement ^ element);
public void Remove (System.ServiceModel.Routing.Configuration.FilterElement element);
member this.Remove : System.ServiceModel.Routing.Configuration.FilterElement -> unit
Public Sub Remove (element As FilterElement)
参数
- element
- FilterElement
要从集合中移除的元素。The element to be removed from the collection.