SettingsManager.GetReadOnlySettingsStore Method

Provides the SettingsStore class for the requested scope which can be used for read-only operations.

Namespace:  Microsoft.VisualStudio.Settings
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)

Syntax

'Declaração
Public MustOverride Function GetReadOnlySettingsStore ( _
    scope As SettingsScope _
) As SettingsStore
public abstract SettingsStore GetReadOnlySettingsStore(
    SettingsScope scope
)

Parameters

Return Value

Type: Microsoft.VisualStudio.Settings.SettingsStore
A SettingsStore instance that can be used to access the scope.

.NET Framework Security

See Also

Reference

SettingsManager Class

Microsoft.VisualStudio.Settings Namespace