ResourceDictionary.ContainsKey(String) メソッド

定義

key で識別されるキーと値のペアが ResourceDictionary に格納されているかどうか。

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

パラメーター

key
System.String

検索対象の識別子。

戻り値

System.Boolean

実装

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

適用対象