ConfigurationElementCollection.IsElementRemovable Method (ConfigurationElement)
.NET Framework (current version)
Indicates whether the specified ConfigurationElement can be removed from the ConfigurationElementCollection.
Assembly: System.Configuration (in System.Configuration.dll)
Protected Overridable Function IsElementRemovable ( element As ConfigurationElement ) As Boolean
Parameters
- element
-
Type:
System.Configuration.ConfigurationElement
The element to check.
Return Value
Type: System.Booleantrue if the specified ConfigurationElement can be removed from this ConfigurationElementCollection; otherwise, false. The default is true.
Query IsElementRemovable before removing a collection element.
.NET Framework
Available since 2.0
Available since 2.0
Show: