ExternalSettingsManager Methods

 

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Settings.14.0 (in Microsoft.VisualStudio.Settings.14.0.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateForApplication(String^)

Used to construct the SettingsManager for AppID-based Visual Studio applications.

System_CAPS_pubmethodSystem_CAPS_staticCreateForApplication(String^, Boolean)

Used to construct the SettingsManager for AppID-based Visual Studio applications.

System_CAPS_pubmethodSystem_CAPS_staticCreateForApplication(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateForApplication(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateForIsolatedApplication(String^, String^, String^)

Used to construct the SettingsManager for Visual Studio custom applications. Custom applications are isolated among themselves.

System_CAPS_pubmethodSystem_CAPS_staticCreateForIsolatedApplication(String^, String^, String^, Boolean)

Used to construct the SettingsManager for Visual Studio custom applications. Custom applications are isolated among themselves.

System_CAPS_pubmethodDispose()

Releases the resources that are used by the current instance of the ExternalSettingsManager class.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetApplicationDataFolder(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).)

System_CAPS_pubmethodGetCollectionScopes(String^)

Outputs the scopes that contain the given collection. (Overrides SettingsManager::GetCollectionScopes(String^).)

System_CAPS_pubmethodGetCommonExtensionsSearchPaths()

Returns the list of folders that Visual Studio uses to install or look for machine-wide extensions.(Overrides SettingsManager::GetCommonExtensionsSearchPaths().)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPropertyScopes(String^, String^)

Outputs the scopes that contain the given property. (Overrides SettingsManager::GetPropertyScopes(String^, String^).)

System_CAPS_pubmethodGetReadOnlySettingsStore(SettingsScope)

Provides the SettingsStore class for the requested scope which can be used for read-only operations.(Overrides SettingsManager::GetReadOnlySettingsStore(SettingsScope).)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetWritableSettingsStore(SettingsScope)

Provides the WritableSettingsStore class for the requested scope which can be used for reading operations and writing operations.(Overrides SettingsManager::GetWritableSettingsStore(SettingsScope).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: