ResourceDictionary.Remove(String) 메서드

정의

ResourceDictionary에서 key로 식별된 키 및 값을 제거합니다.

public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool

매개 변수

key
System.String

제거될 키-값 쌍의 식별자입니다.

반환

System.Boolean

키가 존재했고 제거에 성공한 경우 true입니다.

구현

System.Collections.Generic.IDictionary`2.Remove(`0)

적용 대상