ConfigurationElementCollection.IsElementRemovable Método

Definição

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

O elemento a ser verificado.

Retornos

true se o ConfigurationElement especificado puder ser removido desse ConfigurationElementCollection, caso contrário, false. O padrão é true.

Comentários

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

Aplica-se a