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)

適用対象