Provides a Dictionary<(Of <(<'TKey, TValue>)>)> that stores key-value pairs in isolated storage.
| C# | Visual Basic |
public sealed class IsolatedStorageSettings : IDictionary<string, Object>, ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, IEnumerable
Public NotInheritable Class IsolatedStorageSettings _ Implements IDictionary(Of String, Object), _ ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), _ IEnumerable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Add(String, Object) |
Adds an entry to the dictionary for the key-value pair.
| |
| 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.
| |
| Clear()()()() |
Resets the count of items stored in IsolatedStorageSettings to zero and releases all references to elements in the collection.
| |
| Contains(String) |
Determines if the application settings dictionary contains the specified key.
| |
| Count |
Gets the number of key-value pairs that are stored in the dictionary.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( String])]) |
Gets or sets the value associated with the specified key.
| |
| Keys |
Gets a collection that contains the keys in the dictionary.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(String) |
Removes the entry with the specified key.
| |
| Save()()()() |
Saves data written to the current IsolatedStorageSettings object.
| |
| ToString()()()() | (Inherited from Object.) | |
| TryGetValue<(Of <<'(T>)>>)(String, T%) |
Gets a value for the specified key.
| |
| Values |
Gets a collection that contains the values in the dictionary.
|
| Object | |
| IsolatedStorageSettings | |