AuthenticationModuleElementCollection.Remove 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中删除元素。
重载
| 名称 | 说明 |
|---|---|
| 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)
参数
- element
- AuthenticationModuleElement
要 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
要删除的元素的键。