Microsoft.VisualStudio.Settings Namespace
Classes
Class | Description | |
---|---|---|
ExternalSettingsManager | An implementation of the SettingsManager class that allows applications to access settings from Visual Studio or an isolated shell, either of which is selected by its AppID. | |
SettingsManager | Represents the settings stored in Visual Studio. | |
SettingsStore | Abstract class for reading or enumerating the selected scope's collections and properties. It is obtained from GetReadOnlySettingsStore method. | |
WritableSettingsStore | Abstract class for both reading and writing the selected scope's collections and properties. It is obtained from GetWritableSettingsStore method. |
Enumerations
Enumeration | Description | |
---|---|---|
ApplicationDataFolder | This enumeration is used to specify the folder that Visual Studio uses to keep various files for different purposes like cache files, backup files or template files. | |
EnclosingScopes | Enumeration returned as a result of a querying call to GetPropertyScope or GetCollectionScope methods of the SettingsManager class to learn the enclosing scopes of the provided property or collection. | |
SettingsScope | This enumeration is used to specify the scope of the settings that is retrieved from the SettingsManager class. | |
SettingsType | Data types of the properties that are stored inside the collections. |