次の方法で共有


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

コレクションから削除するフィルター テーブル エントリ。

適用対象