ExternalSettingsManager::GetReadOnlySettingsStore Method (SettingsScope)
Visual Studio 2015
Provides the SettingsStore class for the requested scope which can be used for read-only operations.
Assembly: Microsoft.VisualStudio.Settings.14.0 (in Microsoft.VisualStudio.Settings.14.0.dll)
public: [EnvironmentPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)] virtual SettingsStore^ GetReadOnlySettingsStore( SettingsScope scope ) override sealed
Parameters
- scope
-
Type:
Microsoft.VisualStudio.Settings::SettingsScope
The requested scope.
Return Value
Type: Microsoft.VisualStudio.Settings::SettingsStore^A SettingsStore instance that can be used to access the scope.
Show: