FilterElementCollection.Add(FilterElement) メソッド

定義

新しい FilterElement をコレクションに追加します。

public:
 void Add(System::ServiceModel::Routing::Configuration::FilterElement ^ element);
public void Add (System.ServiceModel.Routing.Configuration.FilterElement element);
member this.Add : System.ServiceModel.Routing.Configuration.FilterElement -> unit
Public Sub Add (element As FilterElement)

パラメーター

element
FilterElement

追加するフィルター要素。

適用対象