ExternalSettingsManager.GetWritableSettingsStore(SettingsScope) Method

Definition

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

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

Parameters

scope
SettingsScope

The requested scope.

Returns

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

Exceptions

The given scope is not writable.

Applies to