KeyValueConfigurationCollection.Remove(String) Método
Definição
Remove um objeto KeyValueConfigurationElement da coleção.Removes a KeyValueConfigurationElement object from the collection.
public:
void Remove(System::String ^ key);
public void Remove (string key);
member this.Remove : string -> unit
Public Sub Remove (key As String)
Parâmetros
- key
- String
Uma cadeia de caracteres que especifica a key.A string specifying the key.
Comentários
Remover não lançará uma exceção se o objeto não for encontrado.Remove does not throw an exception if the object is not found.