SettingsManager::GetWritableSettingsStore Method (SettingsScope)
Visual Studio 2015
Provides the WritableSettingsStore class for the requested scope which can be used for reading operations and writing operations.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual WritableSettingsStore^ GetWritableSettingsStore( SettingsScope scope ) abstract
Parameters
- scope
-
Type:
Microsoft.VisualStudio.Settings::SettingsScope
The requested scope.
Return Value
Type: Microsoft.VisualStudio.Settings::WritableSettingsStore^A WritableSettingsStore instance that can be used to access the scope.
| Exception | Condition |
|---|---|
| ArgumentException | The given scope is not writable. |
Show: