ResourceDictionary.Keys Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an ICollection object containing the keys of the ResourceDictionary.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Collections.ICollectionThe ICollection of all keys in this ResourceDictionary.
Implements
IDictionary.Keys
Show: