.NET Framework Class Library for Silverlight
ApplicationSettings Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace:
System.IO.IsolatedStorage Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Class ApplicationSettings _
Implements IDictionary(Of String, Object), _
ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), _
IDictionary, ICollection, IEnumerable
Dim instance As ApplicationSettings
public class ApplicationSettings : IDictionary<string, Object>,
ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>,
IDictionary, ICollection, IEnumerable
public ref class ApplicationSettings : IDictionary<String^, Object^>,
ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>,
IDictionary, ICollection, IEnumerable
public class ApplicationSettings implements IDictionary<String, Object>, ICollection<KeyValuePair<String, Object>>, IEnumerable<KeyValuePair<String, Object>>, IDictionary, ICollection, IEnumerable
System..::.Object
System.IO.IsolatedStorage..::.ApplicationSettings
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference