ConfigurationElementCollection.IsElementRemovable Método

Definición

Indica si el objeto especificado ConfigurationElement se puede quitar de .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

Parámetros

element
ConfigurationElement

Elemento que se va a comprobar.

Devoluciones

true es si el objeto especificado ConfigurationElement se puede quitar de este ConfigurationElementCollection; de lo contrario, falsees . El valor predeterminado es true.

Comentarios

Consulta antes de IsElementRemovable quitar un elemento de colección.

Se aplica a