Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes
| Class | Description | |
|---|---|---|
| .gif) | 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. | 
| .gif) | SettingsManager | Represents the settings stored in Visual Studio. | 
| .gif) | SettingsStore | Abstract class for reading or enumerating the selected scope's collections and properties. It is obtained from GetReadOnlySettingsStore method. | 
| .gif) | WritableSettingsStore | Abstract class for both reading and writing the selected scope's collections and properties. It is obtained from GetWritableSettingsStore method. | 
Enumerations
| Enumeration | Description | |
|---|---|---|
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | SettingsScope | This enumeration is used to specify the scope of the settings that is retrieved from the SettingsManager class. | 
| .gif) | SettingsType | Data types of the properties that are stored inside the collections. |