SettingsManager.GetReadOnlySettingsStore(SettingsScope) Method

Definition

Provides the SettingsStore class for the requested scope which can be used for read-only operations.

C++/CX
public:
 abstract Microsoft::VisualStudio::Settings::SettingsStore ^ GetReadOnlySettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);

Parameters

scope
SettingsScope

Requested scope.

Returns

SettingsStore instance that can be used for accessing the scope.

Remarks

This method is safe to access from any thread.

Applies to

Produkt Versioner
Visual Studio SDK 2015, 2017, 2019, 2022