IsolatedStorageSettings.Keys Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection that contains the keys in the dictionary.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Collections.ICollectionA System.Collections.Generic.Dictionary<TKey, TValue>.KeyCollection that contains the keys in the Dictionary<TKey, TValue>.
Implements
IDictionary.Keys
Show: