Compartilhar via


FilterElementCollection.IsElementRemovable(ConfigurationElement) Método

Definição

Obtém um valor que indica se o elemento pode ser lido.

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

O elemento de configuração cuja possibilidade de remoção será verificada.

Retornos

Boolean

true se o elemento puder ser removido, caso contrário, false.

Aplica-se a