CharacterMetricsDictionary.IDictionary.Remove(Object) Método

Definición

Para obtener una descripción de este miembro, vea Remove(Object).

 virtual void System.Collections.IDictionary.Remove(System::Object ^ key) = System::Collections::IDictionary::Remove;
void IDictionary.Remove(object key);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit
Sub Remove (key As Object) Implements IDictionary.Remove

Parámetros

key
Object

que Object se va a quitar de .CharacterMetricsDictionary

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la CharacterMetricsDictionary instancia se convierte en una IDictionary interfaz.

Se aplica a

Consulte también