AuthenticationModuleElementCollection.Remove メソッド

定義

コレクションから要素を削除します。

オーバーロード

Remove(AuthenticationModuleElement)

指定した構成要素をコレクションから削除します。

Remove(String)

指定したキーを持つ要素を削除します。

Remove(AuthenticationModuleElement)

指定した構成要素をコレクションから削除します。

public:
 void Remove(System::Net::Configuration::AuthenticationModuleElement ^ element);
public void Remove (System.Net.Configuration.AuthenticationModuleElement element);
member this.Remove : System.Net.Configuration.AuthenticationModuleElement -> unit
Public Sub Remove (element As AuthenticationModuleElement)

パラメーター

こちらもご覧ください

適用対象

Remove(String)

指定したキーを持つ要素を削除します。

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

パラメーター

name
String

削除する要素のキー。

こちらもご覧ください

適用対象