ExternalSettingsManager.GetWritableSettingsStore(SettingsScope) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.