ResourceDictionary.IDictionary(Of Object, Object).Values Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
For a description of this member, see Values.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Private ReadOnly Property Values As ICollection(Of Object) Implements IDictionary(Of Object, Object).Values
Property Value
Type: System.Collections.Generic.ICollection(Of Object)A collection that contains the values of the elements in the dictionary.
Implements
IDictionary(Of TKey, TValue).Values| Exception | Condition |
|---|---|
| NotImplementedException | Thrown in all cases. |
Show: