FilterElementCollection.IsElementRemovable(ConfigurationElement) 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.
Pobiera wartość wskazującą, czy element może zostać usunięty.
protected:
override bool IsElementRemovable(System::Configuration::ConfigurationElement ^ element);
protected override bool IsElementRemovable (System.Configuration.ConfigurationElement element);
override this.IsElementRemovable : System.Configuration.ConfigurationElement -> bool
Protected Overrides Function IsElementRemovable (element As ConfigurationElement) As Boolean
Parametry
- element
- ConfigurationElement
Element konfiguracji, który ma zostać wyszukany dla removability.
Zwraca
true
Jeśli element można usunąć; w przeciwnym razie false
.