In The Hand LtdIn The Hand
IsolatedStorageSettings Class
NamespacesInTheHand.IO.IsolatedStorageIsolatedStorageSettings
.NET Components for Mobility
Provides a Dictionary<(Of <(<'TKey, TValue>)>)> that stores key-value pairs in isolated storage.
Declaration Syntax
C#Visual Basic
Public NotInheritable Class IsolatedStorageSettings _
	Implements IDictionary(Of String, Object),  _
	ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)),  _
	IEnumerable
Members
All MembersMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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.

Inheritance Hierarchy
Object
IsolatedStorageSettings

Assembly: InTheHand.Phone (Module: InTheHand.Phone) Version: 7.0.0.0