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

要加入的篩選資料表項目。

適用於