Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the WritableSettingsStore class for the requested scope which can be used for reading operations and writing operations.
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Declaration
Public MustOverride Function GetWritableSettingsStore ( _
scope As SettingsScope _
) As WritableSettingsStore
public abstract WritableSettingsStore GetWritableSettingsStore(
SettingsScope scope
)
public:
virtual WritableSettingsStore^ GetWritableSettingsStore(
SettingsScope scope
) abstract
abstract GetWritableSettingsStore :
scope:SettingsScope -> WritableSettingsStore
public abstract function GetWritableSettingsStore(
scope : SettingsScope
) : WritableSettingsStore
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.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given scope is not writable. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.