IsolatedStorageSettings.Values 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 values in the dictionary.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Collections.ICollectionA System.Collections.Generic.Dictionary<TKey, TValue>.ValueCollection that contains the values in the Dictionary<TKey, TValue>.
Implements
IDictionary.Values
Show: