Share via


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.

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

Syntax

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

Property Value

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

Implements

IDictionary..::.Keys

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