ConfigurationElementCollection.IsElementRemovable(ConfigurationElement) Método
Definição
Indica se o ConfigurationElement especificado pode ser removido de ConfigurationElementCollection.Indicates whether the specified ConfigurationElement can be removed from the 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.The element to check.
Retornos
true
se o ConfigurationElement especificado puder ser removido desse ConfigurationElementCollection, caso contrário, false
.true
if the specified ConfigurationElement can be removed from this ConfigurationElementCollection; otherwise, false
. O padrão é true
.The default is true
.
Comentários
Consulta IsElementRemovable antes de remover um elemento de coleção.Query IsElementRemovable before removing a collection element.