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

要移除的項目索引鍵。

另請參閱

適用於