ConfigurationElementCollection.IsElementRemovable Método

Definición

Indica si la 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 si el objeto ConfigurationElement especificado se puede quitar de esta colección ConfigurationElementCollection; en caso contrario, false. De manera predeterminada, es true.

Comentarios

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

Se aplica a