Udostępnij za pośrednictwem


FilterElementCollection.IsElementRemovable(ConfigurationElement) Metoda

Definicja

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

Boolean

true Jeśli element można usunąć; w przeciwnym razie false .

Dotyczy