FilterTableEntryCollection.Add(FilterTableEntryElement) 메서드

정의

컬렉션에 새 FilterTableEntryElement를 추가합니다.

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)

매개 변수

element
FilterTableEntryElement

추가할 필터 테이블 항목입니다.

적용 대상