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 값을 나타내는 키/값 쌍입니다.
반환
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
매개 변수
반환
CharacterMetrics 항목이 삭제되었으면 true
이고, 그렇지 않으면 false
입니다.