ExternalSettingsManager.GetReadOnlySettingsStore(SettingsScope) Method

Definition

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

public:
 override Microsoft::VisualStudio::Settings::SettingsStore ^ GetReadOnlySettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
public:
 override sealed Microsoft::VisualStudio::Settings::SettingsStore ^ GetReadOnlySettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
 override sealed Microsoft::VisualStudio::Settings::SettingsStore GetReadOnlySettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
public override sealed Microsoft.VisualStudio.Settings.SettingsStore GetReadOnlySettingsStore (Microsoft.VisualStudio.Settings.SettingsScope scope);
override this.GetReadOnlySettingsStore : Microsoft.VisualStudio.Settings.SettingsScope -> Microsoft.VisualStudio.Settings.SettingsStore
Public Overrides NotOverridable Function GetReadOnlySettingsStore (scope As SettingsScope) As SettingsStore

Parameters

scope
SettingsScope

The requested scope.

Returns

A SettingsStore instance that can be used to access the scope.

Applies to