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

컬렉션에서 제거할 필터 테이블 항목입니다.

적용 대상