ResourceDictionary::Contains Method (Object^)
.NET Framework (current version)
Determines whether the ResourceDictionary contains an element with the specified key.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- key
-
Type:
System::Object^
The key to locate in the ResourceDictionary.
Return Value
Type: System::Booleantrue if ResourceDictionary contains a key-value pair with the specified key; otherwise, false.
Implements
IDictionary::Contains(Object^)If the requested key is not in this resource dictionary, the resource lookup logic will also check the merged dictionaries.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: