The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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)
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: