ExternalSettingsManager Methods
Assembly: Microsoft.VisualStudio.Settings.14.0 (in Microsoft.VisualStudio.Settings.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateForApplication(String^) | Used to construct the SettingsManager for AppID-based Visual Studio applications. |
![]() ![]() | CreateForApplication(String^, Boolean) | Used to construct the SettingsManager for AppID-based Visual Studio applications. |
![]() ![]() | CreateForApplication(String^, String^) | Used to construct the SettingsManager for AppID-based Visual Studio applications that use suffixed mode. In suffixed mode, any changes to the settings are isolated from the normal running mode. |
![]() ![]() | CreateForApplication(String^, String^, Boolean) | Used to construct the SettingsManager for AppID-based Visual Studio applications that use suffixed mode. In suffixed mode, any changes to the settings are isolated from the normal running mode. |
![]() ![]() | CreateForIsolatedApplication(String^, String^, String^) | Used to construct the SettingsManager for Visual Studio custom applications. Custom applications are isolated among themselves. |
![]() ![]() | CreateForIsolatedApplication(String^, String^, String^, Boolean) | Used to construct the SettingsManager for Visual Studio custom applications. Custom applications are isolated among themselves. |
![]() | Dispose() | Releases the resources that are used by the current instance of the ExternalSettingsManager class. |
![]() | Equals(Object^) | (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(Overrides SettingsManager::GetApplicationDataFolder(ApplicationDataFolder).) |
![]() | GetCollectionScopes(String^) | Outputs the scopes that contain the given collection. (Overrides SettingsManager::GetCollectionScopes(String^).) |
![]() | GetCommonExtensionsSearchPaths() | Returns the list of folders that Visual Studio uses to install or look for machine-wide extensions.(Overrides SettingsManager::GetCommonExtensionsSearchPaths().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPropertyScopes(String^, String^) | Outputs the scopes that contain the given property. (Overrides SettingsManager::GetPropertyScopes(String^, String^).) |
![]() | GetReadOnlySettingsStore(SettingsScope) | Provides the SettingsStore class for the requested scope which can be used for read-only operations.(Overrides SettingsManager::GetReadOnlySettingsStore(SettingsScope).) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetWritableSettingsStore(SettingsScope) | Provides the WritableSettingsStore class for the requested scope which can be used for reading operations and writing operations.(Overrides SettingsManager::GetWritableSettingsStore(SettingsScope).) |
![]() | ToString() | (Inherited from Object.) |

