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

要移除的元素的键。

另请参阅

适用于