SettingsManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetApplicationDataFolder(ApplicationDataFolder) | Returns the folder that Visual Studio uses for storing various files such as cache files, backup files, and template files. |
![]() | GetCollectionScopes(String^) | Outputs the scopes that contain the given collection. |
![]() | GetCommonExtensionsSearchPaths() | Returns the list of folders that Visual Studio uses to install or look for machine-wide extensions. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPropertyScopes(String^, String^) | Outputs the scopes that contain the given property. |
![]() | GetReadOnlySettingsStore(SettingsScope) | Provides the SettingsStore class for the requested scope which can be used for read-only operations. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetWritableSettingsStore(SettingsScope) | Provides the WritableSettingsStore class for the requested scope which can be used for reading operations and writing operations. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Show:

