IsolatedStorageSettings Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IsolatedStorageSettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplicationSettings | Gets an instance of IsolatedStorageSettings that contains the contents of the application's IsolatedStorageFile, scoped at the application level, or creates a new instance of IsolatedStorageSettings if one does not exist. |
|
Count | Gets the number of key-value pairs that are stored in the dictionary. |
|
Item | Gets or sets the value associated with the specified key. |
|
Keys | Gets a collection that contains the keys in the dictionary. |
|
Values | Gets a collection that contains the values in the dictionary. |
| Name | Description | |
|---|---|---|
|
ICollection.Count | Infrastructure. For a description of this member, see ICollection.Count. |
|
ICollection<KeyValuePair<String, Object>>.IsReadOnly | Infrastructure. For a description of this member, see ICollection<T>.IsReadOnly. |
|
ICollection.IsSynchronized | Infrastructure. For a description of this member, see ICollection.IsSynchronized. |
|
ICollection.SyncRoot | Infrastructure. For a description of this member, see ICollection.SyncRoot. |
|
IDictionary.IsFixedSize | Infrastructure. For a description of this member, see IDictionary.IsFixedSize. |
|
IDictionary.IsReadOnly | Infrastructure. For a description of this member, see IDictionary.IsReadOnly. |
|
IDictionary.Item | Infrastructure. For a description of this member, see IDictionary.Item. |
|
IDictionary<String, Object>.Keys | Infrastructure. For a description of this member, see IDictionary<TKey, TValue>.Keys. |
|
IDictionary<String, Object>.Values | Infrastructure. For a description of this member, see IDictionary<TKey, TValue>.Values. |
Show: