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입니다.

구현

적용 대상