ConnectionItems.IDictionary<Object,Object>.Remove(Object) 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.
virtual bool System.Collections.Generic.IDictionary<System.Object,System.Object>.Remove(System::Object ^ key) = System::Collections::Generic::IDictionary<System::Object ^, System::Object ^>::Remove;
bool IDictionary<object,object>.Remove (object key);
abstract member System.Collections.Generic.IDictionary<System.Object,System.Object>.Remove : obj -> bool
override this.System.Collections.Generic.IDictionary<System.Object,System.Object>.Remove : obj -> bool
Function Remove (key As Object) As Boolean Implements IDictionary(Of Object, Object).Remove
Parâmetros
- key
- Object