Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the SettingsStore class for the requested scope that can be used for read-only operations.
Namespace: Microsoft.VisualStudio.Shell.Settings
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overrides Function GetReadOnlySettingsStore ( _
scope As SettingsScope _
) As SettingsStore
public override SettingsStore GetReadOnlySettingsStore(
SettingsScope scope
)
public:
virtual SettingsStore^ GetReadOnlySettingsStore(
SettingsScope scope
) override
abstract GetReadOnlySettingsStore :
scope:SettingsScope -> SettingsStore
override GetReadOnlySettingsStore :
scope:SettingsScope -> SettingsStore
public override function GetReadOnlySettingsStore(
scope : SettingsScope
) : SettingsStore
Parameters
scope
Type: Microsoft.VisualStudio.Settings.SettingsScopeThe requested scope.
Return Value
Type: Microsoft.VisualStudio.Settings.SettingsStore
A SettingsStore object that can be used for accessing 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.