ShellSettingsManager.GetReadOnlySettingsStore Method

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

Namespace:  Microsoft.VisualStudio.Shell.Settings
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Overrides Function GetReadOnlySettingsStore ( _
    scope As SettingsScope _
) As SettingsStore
‘사용 방법
Dim instance As ShellSettingsManager
Dim scope As SettingsScope
Dim returnValue As SettingsStore

returnValue = instance.GetReadOnlySettingsStore(scope)
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

Return Value

Type: Microsoft.VisualStudio.Settings.SettingsStore

.NET Framework Security

See Also

Reference

ShellSettingsManager Class

ShellSettingsManager Members

Microsoft.VisualStudio.Shell.Settings Namespace