ShellSettingsManager Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetApplicationDataFolder(ApplicationDataFolder)

Gets the folder that Visual Studio uses for storing various cache, backup, template, etc. files(Overrides SettingsManager::GetApplicationDataFolder(ApplicationDataFolder).)

System_CAPS_pubmethodGetCollectionScopes(String^)

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

System_CAPS_pubmethodGetCommonExtensionsSearchPaths()

Gets the list of folders that Visual Studio uses for installing/discovering machine-wide extensions.(Overrides SettingsManager::GetCommonExtensionsSearchPaths().)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPropertyScopes(String^, String^)

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

System_CAPS_pubmethodGetReadOnlySettingsStore(SettingsScope)

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetWritableSettingsStore(SettingsScope)

Gets the WritableSettingsStore object for the requested scope which can be used both for reading and writing.(Overrides SettingsManager::GetWritableSettingsStore(SettingsScope).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: