ConfigurationElementCollection.IsElementRemovable Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.