ConfigurationElementCollection.IsElementRemovable Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 ser verificado.
Retornos
true se o especificado ConfigurationElement puder ser removido disso ConfigurationElementCollection; caso contrário, false. O padrão é true.
Comentários
IsElementRemovable Consulte antes de remover um elemento de coleção.