SettingsManager Class
This is the gateway class to reach for the settings stored inside the Visual Studio. It provides two basic functionality. It allows to search for properties and collections inside the scopes. It hands the SettingsStore and WritableSettingsStore classes for further manipulation of the collections and properties within the scopes.
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Dichiarazione
Public MustInherit Class SettingsManager
'Utilizzo
Dim instance As SettingsManager
public abstract class SettingsManager
public ref class SettingsManager abstract
[<AbstractClassAttribute>]
type SettingsManager = class end
public abstract class SettingsManager
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Settings.SettingsManager
Microsoft.VisualStudio.Settings.ExternalSettingsManager
Microsoft.VisualStudio.Shell.Settings.ShellSettingsManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.