Click or drag to resize
ResourceDictionaryContainsKey Method
Determines whether the ResourceDictionary contains the specified key.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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