ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
item
内のキーによってインデックス付された、item
内の値がディクショナリに格納されているかどうかを示す値を返します。
bool ICollection<KeyValuePair<string,object>>.Contains (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
パラメーター
- item
- System.Collections.Generic.KeyValuePair<System.String,System.Object>
追加する項目。
戻り値
System.Boolean
実装
System.Collections.Generic.ICollection`1.Contains(`0)