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.

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

Syntax

Public ReadOnly Property Values As ICollection
public ICollection Values { get; }

Property Value

Type: System.Collections..::.ICollection
A System.Collections.Generic..::.Dictionary<(Of <(TKey, TValue>)>)..::.ValueCollection that contains the values in the Dictionary<(Of <(TKey, TValue>)>).

Implements

IDictionary..::.Values

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

IsolatedStorageSettings Class

System.IO.IsolatedStorage Namespace