ConfigurationElementCollection.IsElementRemovable Metoda

Definice

Určuje, zda lze zadanou ConfigurationElement položku odebrat z objektu 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

Parametry

element
ConfigurationElement

Element, který chcete zkontrolovat.

Návraty

truepokud je možné z této ConfigurationElementCollectionmožnosti odebrat zadanou ConfigurationElement hodnotu , falsev opačném případě . Výchozí formát je true.

Poznámky

Před odebráním prvku kolekce zadejte dotaz IsElementRemovable .

Platí pro