Values Property

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.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public ReadOnly Property Values As ICollection

Property Value

Type: System.Collections.ICollection
The ICollection of all values in this ResourceDictionary.

Implements

IDictionary.Values

You 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft