ResourceDictionaryContainsKey Method |
Determines whether the ResourceDictionary contains the specified key.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool ContainsKey(
Object key
)
Parameters
- key
- Type: SystemObject
The key to locate in the ResourceDictionary.
Return Value
Type:
Boolean
true if the ResourceDictionary contains an
element with the specified key; otherwise, false.
See Also