Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 Overrides NotOverridable Function GetReadOnlySettingsStore ( _
scope As SettingsScope _
) As SettingsStore
'Usage
Dim instance As ExternalSettingsManager
Dim scope As SettingsScope
Dim returnValue As SettingsStore
returnValue = instance.GetReadOnlySettingsStore(scope)
public override sealed SettingsStore GetReadOnlySettingsStore(
SettingsScope scope
)
public:
virtual SettingsStore^ GetReadOnlySettingsStore(
SettingsScope scope
) override sealed
abstract GetReadOnlySettingsStore :
scope:SettingsScope -> SettingsStore
override GetReadOnlySettingsStore :
scope:SettingsScope -> SettingsStore
public override final function GetReadOnlySettingsStore(
scope : SettingsScope
) : SettingsStore
Parameters
- scope
Type: Microsoft.VisualStudio.Settings.SettingsScope
Requested scope.
Return Value
Type: Microsoft.VisualStudio.Settings.SettingsStore
.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.