CharacterMetricsDictionary.Remove メソッド

定義

指定した文字コードに基づいて、CharacterMetricsDictionary から要素を削除します。

オーバーロード

Remove(KeyValuePair<Int32,CharacterMetrics>)

指定したキーと値のペアに基づいて CharacterMetricsDictionary から要素を削除します。

Remove(Int32)

指定した文字コードに基づいて、CharacterMetricsDictionary から要素を削除します。

Remove(KeyValuePair<Int32,CharacterMetrics>)

重要

この API は CLS 準拠ではありません。

指定したキーと値のペアに基づいて CharacterMetricsDictionary から要素を削除します。

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

パラメーター

item
KeyValuePair<Int32,CharacterMetrics>

文字コードおよび関連付けられた CharacterMetrics 値を表すキーと値のペア。

戻り値

Boolean

CharacterMetrics 項目が正常に削除された場合は true。それ以外の場合は false

実装

属性

適用対象

Remove(Int32)

指定した文字コードに基づいて、CharacterMetricsDictionary から要素を削除します。

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

パラメーター

key
Int32

文字コードを表す Int32 型の値。

戻り値

Boolean

CharacterMetrics 項目が正常に削除された場合は true。それ以外の場合は false

実装

適用対象