CharacterMetricsDictionary.Remove メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した文字コードに基づいて、 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
パラメーター
文字コードと関連付けられた 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
パラメーター
返品
true
CharacterMetrics項目が正常に削除された場合は a0/>。それ以外の場合はfalse。