Język

ConfigurationElementCollection.IsElementRemovable Metoda

Definicja

Wskazuje, czy można usunąć określony ConfigurationElement z 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 ConfigurationElement wartość może zostać usunięta z tego ConfigurationElementCollectionobiektu ; w przeciwnym razie false. Wartość domyślna to true.

Uwagi

Zapytanie IsElementRemovable przed usunięciem elementu kolekcji.

Dotyczy