SettingsManager.GetReadOnlySettingsStore(SettingsScope) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the SettingsStore class for the requested scope which can be used for read-only operations.
public:
abstract Microsoft::VisualStudio::Settings::SettingsStore ^ GetReadOnlySettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
C++/CX
public:
abstract Microsoft::VisualStudio::Settings::SettingsStore ^ GetReadOnlySettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
abstract Microsoft::VisualStudio::Settings::SettingsStore GetReadOnlySettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
public abstract Microsoft.VisualStudio.Settings.SettingsStore GetReadOnlySettingsStore(Microsoft.VisualStudio.Settings.SettingsScope scope);
abstract member GetReadOnlySettingsStore : Microsoft.VisualStudio.Settings.SettingsScope -> Microsoft.VisualStudio.Settings.SettingsStore
Public MustOverride Function GetReadOnlySettingsStore (scope As SettingsScope) As SettingsStore
- scope
- SettingsScope
Requested scope.
SettingsStore instance that can be used for accessing the scope.
This method is safe to access from any thread.
Produkt | Versioner |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |