CharacterMetricsDictionary.Remove メソッド
定義
指定した文字コードに基づいて、CharacterMetricsDictionary から要素を削除します。Removes the element from CharacterMetricsDictionary based on the specified character code.
オーバーロード
Remove(KeyValuePair<Int32,CharacterMetrics>) |
指定したキーと値のペアに基づいて CharacterMetricsDictionary から要素を削除します。Removes the element from CharacterMetricsDictionary based on the specified key/value pair. |
Remove(Int32) |
指定した文字コードに基づいて、CharacterMetricsDictionary から要素を削除します。Removes the element from CharacterMetricsDictionary based on the specified character code. |
Remove(KeyValuePair<Int32,CharacterMetrics>)
重要
この API は CLS 準拠ではありません。
指定したキーと値のペアに基づいて CharacterMetricsDictionary から要素を削除します。Removes the element from CharacterMetricsDictionary based on the specified key/value pair.
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);
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 値を表すキーと値のペア。The key/value pair representing the character code and associated CharacterMetrics value.
戻り値
CharacterMetrics 項目が正常に削除された場合は true
。それ以外の場合は false
。true
if the CharacterMetrics item was successfully deleted; otherwise false
.
実装
- 属性
Remove(Int32)
指定した文字コードに基づいて、CharacterMetricsDictionary から要素を削除します。Removes the element from CharacterMetricsDictionary based on the specified character code.
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
パラメーター
戻り値
CharacterMetrics 項目が正常に削除された場合は true
。それ以外の場合は false
。true
if the CharacterMetrics item was successfully deleted; otherwise false
.