ConfigurationElementCollection.IsElementRemovable Methode

Definitie

Geeft aan of de opgegeven ConfigurationElement kan worden verwijderd uit de 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

Parameters

element
ConfigurationElement

Het element dat moet worden gecontroleerd.

Retouren

trueals de opgegeven ConfigurationElement kan worden verwijderd uit deze ConfigurationElementCollection; anders . false De standaardwaarde is true.

Opmerkingen

Query IsElementRemovable uitvoeren voordat u een verzamelingselement verwijdert.

Van toepassing op