次の方法で共有


IgnoreDeviceFilterElementCollection.Remove メソッド

定義

IgnoreDeviceFilterElement オブジェクトをコレクションから削除します。

オーバーロード

Remove(String)

名前を使用して指定した IgnoreDeviceFilterElement オブジェクトをコレクションから削除します。

Remove(IgnoreDeviceFilterElement)

指定した IgnoreDeviceFilterElement オブジェクトをコレクションから削除します。

Remove(String)

名前を使用して指定した IgnoreDeviceFilterElement オブジェクトをコレクションから削除します。

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

パラメーター

name
String

削除するオブジェクトの名前。

適用対象

Remove(IgnoreDeviceFilterElement)

指定した IgnoreDeviceFilterElement オブジェクトをコレクションから削除します。

public:
 void Remove(System::Web::Configuration::IgnoreDeviceFilterElement ^ deviceFilter);
public void Remove (System.Web.Configuration.IgnoreDeviceFilterElement deviceFilter);
member this.Remove : System.Web.Configuration.IgnoreDeviceFilterElement -> unit
Public Sub Remove (deviceFilter As IgnoreDeviceFilterElement)

パラメーター

deviceFilter
IgnoreDeviceFilterElement

削除するオブジェクト。

適用対象