言語

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 値を表すキーと値のペア。

返品

true CharacterMetrics項目が正常に削除された場合は a0/>。それ以外の場合は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 型の値。

返品

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

実装

適用対象