HttpRequestOptions.IDictionary<String,Object>.Remove(String) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Remove o elemento com a chave especificada da IDictionary<TKey,TValue>.
virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.Remove(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::Remove;
bool IDictionary<string,object>.Remove(string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
Function Remove (key As String) As Boolean Implements IDictionary(Of String, Object).Remove
Parâmetros
- key
- String
A chave do elemento para remover.
Devoluções
true se o elemento for removido com sucesso; caso contrário, false. Este método também retorna false se key não foi encontrado no original IDictionary<TKey,TValue>.
Implementações
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a HttpRequestOptions instância é transmitida para uma IDictionary<TKey,TValue> interface.