CharacterMetricsDictionary.Remove Método

Definição

Remove o elemento de CharacterMetricsDictionary com base no código de caractere especificado.

Sobrecargas

Remove(KeyValuePair<Int32,CharacterMetrics>)

Remove o elemento de CharacterMetricsDictionary com base no par chave-valor especificado.

Remove(Int32)

Remove o elemento de CharacterMetricsDictionary com base no código de caractere especificado.

Remove(KeyValuePair<Int32,CharacterMetrics>)

Importante

Esta API não está em conformidade com CLS.

Remove o elemento de CharacterMetricsDictionary com base no par chave-valor especificado.

public:
 virtual bool Remove(System::Collections::Generic::KeyValuePair<int, System::Windows::Media::CharacterMetrics ^> item);
[System.CLSCompliant(false)]
public bool Remove (System.Collections.Generic.KeyValuePair<int,System.Windows.Media.CharacterMetrics> item);
[<System.CLSCompliant(false)>]
abstract member Remove : System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics> -> bool
Public Function Remove (item As KeyValuePair(Of Integer, CharacterMetrics)) As Boolean

Parâmetros

item
KeyValuePair<Int32,CharacterMetrics>

O par chave-valor que representa o caractere de código e o valor CharacterMetrics associado.

Retornos

Boolean

true se o item CharacterMetrics foi removido com êxito; caso contrário, false.

Implementações

Atributos

Aplica-se a

Remove(Int32)

Remove o elemento de CharacterMetricsDictionary com base no código de caractere especificado.

public:
 virtual bool Remove(int key);
public bool Remove (int key);
abstract member Remove : int -> bool
override this.Remove : int -> bool
Public Function Remove (key As Integer) As Boolean

Parâmetros

key
Int32

Um valor do tipo Int32 que representa o código de caractere.

Retornos

Boolean

true se o item CharacterMetrics foi removido com êxito; caso contrário, false.

Implementações

Aplica-se a