ShellSettingsManager::GetWritableSettingsStore Method (SettingsScope)
Visual Studio 2015
Gets the WritableSettingsStore object for the requested scope which can be used both for reading and writing.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual WritableSettingsStore^ GetWritableSettingsStore( SettingsScope scope ) override
Parameters
- scope
-
Type:
Microsoft.VisualStudio.Settings::SettingsScope
The requested scope.
Return Value
Type: Microsoft.VisualStudio.Settings::WritableSettingsStore^A WritableSettingsStore object that can be used for accessing the scope.
| Exception | Condition |
|---|---|
| ArgumentException | The given scope is not writable. |
Show: