ResourceDictionary.Values 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 values of the ResourceDictionary.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Collections.ICollectionThe ICollection of all values in this ResourceDictionary.
Implements
IDictionary.ValuesYou can enumerate over Values. The enumerated results will be of type Object, with the exact type of object likely to vary considerably, because this could be any value that is permitted to be defined as a keyed resource within a ResourceDictionary.
Show: