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

追加されるフィルター テーブル エントリ。

適用対象