Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
.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
Visual Basic (Usage)
Dim instance As ApplicationSettings
C#
public class ApplicationSettings : IDictionary<string, Object>, 
    ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
    IDictionary, ICollection, IEnumerable
Visual C++
public ref class ApplicationSettings : IDictionary<String^, Object^>, 
    ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>, 
    IDictionary, ICollection, IEnumerable
JScript
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.
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker