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 SettingsStore class for the requested scope which can be used for read-only operations.
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Declaration
Public MustOverride Function GetReadOnlySettingsStore ( _
scope As SettingsScope _
) As SettingsStore
public abstract SettingsStore GetReadOnlySettingsStore(
SettingsScope scope
)
public:
virtual SettingsStore^ GetReadOnlySettingsStore(
SettingsScope scope
) abstract
abstract GetReadOnlySettingsStore :
scope:SettingsScope -> SettingsStore
public abstract function GetReadOnlySettingsStore(
scope : SettingsScope
) : SettingsStore
Parameters
- scope
Type: Microsoft.VisualStudio.Settings.SettingsScope
The requested scope.
Return Value
Type: Microsoft.VisualStudio.Settings.SettingsStore
A SettingsStore instance that can be used to access the scope.
.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.