SettingsManager.GetReadOnlySettingsStore(SettingsScope) Method

Definition

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);
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

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