Compartir a través de


FilterElementCollection.IsElementRemovable(ConfigurationElement) Método

Definición

Obtiene un valor que indica si se puede quitar el elemento.

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

Parámetros

element
ConfigurationElement

Elemento de configuración del que se va a comprobar la posibilidad de suprimirlo.

Devoluciones

Boolean

true si el elemento se puede quitar; de lo contrario, false.

Se aplica a