ConfigurationElementCollection.IsElementRemovable Metoda

Definicja

Wskazuje, czy określony ConfigurationElement element można usunąć z elementu 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 do sprawdzenia.

Zwraca

true jeśli określona wartość ConfigurationElement może zostać usunięta z tego ConfigurationElementCollectionelementu ; w przeciwnym razie false. Wartość domyślna to true.

Uwagi

Zapytanie IsElementRemovable przed usunięciem elementu kolekcji.

Dotyczy