ConfigurationElementCollection.IsElementRemovable(ConfigurationElement) Methode
Definition
Gibt an, ob das angegebene ConfigurationElement aus der ConfigurationElementCollection entfernt werden kann.Indicates whether the specified ConfigurationElement can be removed from the ConfigurationElementCollection.
protected:
virtual bool IsElementRemovable(System::Configuration::ConfigurationElement ^ element);
protected virtual bool IsElementRemovable (System.Configuration.ConfigurationElement element);
abstract member IsElementRemovable : System.Configuration.ConfigurationElement -> bool
override this.IsElementRemovable : System.Configuration.ConfigurationElement -> bool
Protected Overridable Function IsElementRemovable (element As ConfigurationElement) As Boolean
Parameter
- element
- ConfigurationElement
Das zu überprüfende Element.The element to check.
Gibt zurück
true
, wenn das angegebene ConfigurationElement aus dieser ConfigurationElementCollection entfernt werden kann, andernfalls false
.true
if the specified ConfigurationElement can be removed from this ConfigurationElementCollection; otherwise, false
. Der Standardwert lautet true
.The default is true
.
Hinweise
Abfrage IsElementRemovable vor dem Entfernen eines Auflistungs Elements.Query IsElementRemovable before removing a collection element.