This topic has not yet been rated - Rate this topic

IsolatedStorageSettings Properties

May 02, 2013

The IsolatedStorageSettings type exposes the following members.

  NameDescription
Public property Static member 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.
Public property Count Gets the number of key-value pairs that are stored in the dictionary.
Public property Item Gets or sets the value associated with the specified key.
Public property Keys Gets a collection that contains the keys in the dictionary.
Public property Values Gets a collection that contains the values in the dictionary.
Top
  NameDescription
Explicit interface implemetation Private property ICollection.Count Infrastructure. For a description of this member, see ICollection.Count.
Explicit interface implemetation Private property ICollection<KeyValuePair<String, Object>>.IsReadOnly Infrastructure. For a description of this member, see ICollection<T>.IsReadOnly.
Explicit interface implemetation Private property ICollection.IsSynchronized Infrastructure. For a description of this member, see ICollection.IsSynchronized.
Explicit interface implemetation Private property ICollection.SyncRoot Infrastructure. For a description of this member, see ICollection.SyncRoot.
Explicit interface implemetation Private property IDictionary.IsFixedSize Infrastructure. For a description of this member, see IDictionary.IsFixedSize.
Explicit interface implemetation Private property IDictionary.IsReadOnly Infrastructure. For a description of this member, see IDictionary.IsReadOnly.
Explicit interface implemetation Private property IDictionary.Item Infrastructure. For a description of this member, see IDictionary.Item.
Explicit interface implemetation Private property IDictionary<String, Object>.Keys Infrastructure. For a description of this member, see IDictionary<TKey, TValue>.Keys.
Explicit interface implemetation Private property IDictionary<String, Object>.Values Infrastructure. For a description of this member, see IDictionary<TKey, TValue>.Values.
Top

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.