ResourceDictionary.IDictionary(Of Object, Object).Keys 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 Keys.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Private ReadOnly Property Keys As ICollection(Of Object) Implements IDictionary(Of Object, Object).Keys
Property Value
Type: System.Collections.Generic.ICollection(Of Object)A collection that contains the keys of the elements in the dictionary.
Implements
IDictionary(Of TKey, TValue).Keys| Exception | Condition |
|---|---|
| NotImplementedException | Thrown in all cases. |
Show: