Partager via


ShellSettingsManager.GetWritableSettingsStore(SettingsScope) Method

Definition

Provides the WritableSettingsStore class for the requested scope which can be used both for reading and writing.

public:
 override Microsoft::VisualStudio::Settings::WritableSettingsStore ^ GetWritableSettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
public:
 override Microsoft::VisualStudio::Settings::WritableSettingsStore ^ GetWritableSettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
 override Microsoft::VisualStudio::Settings::WritableSettingsStore GetWritableSettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
public override Microsoft.VisualStudio.Settings.WritableSettingsStore GetWritableSettingsStore (Microsoft.VisualStudio.Settings.SettingsScope scope);
override this.GetWritableSettingsStore : Microsoft.VisualStudio.Settings.SettingsScope -> Microsoft.VisualStudio.Settings.WritableSettingsStore
Public Overrides Function GetWritableSettingsStore (scope As SettingsScope) As WritableSettingsStore

Parameters

scope
SettingsScope

Requested scope.

Returns

WritableSettingsStore instance that can be used for accessing the scope.

Exceptions

If the given scope is not a writable one.

Applies to