ConfigurationElementCollection.IsElementRemovable Método

Definição

Indica se o especificado ConfigurationElement pode ser removido do 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

O elemento a verificar.

Devoluções

true se o especificado ConfigurationElement pode ser removido disto ConfigurationElementCollection; caso contrário, false. A predefinição é true.

Observações

Consulte IsElementRemovable antes de remover um elemento de coleção.

Aplica-se a