次の方法で共有


ShellSettingsManager.GetReadOnlySettingsStore Method

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

'宣言
Public Overrides Function GetReadOnlySettingsStore ( _
    scope As SettingsScope _
) As SettingsStore
public override SettingsStore GetReadOnlySettingsStore(
    SettingsScope scope
)

Parameters

Return Value

Type: Microsoft.VisualStudio.Settings.SettingsStore
A SettingsStore object that can be used for accessing the scope.

.NET Framework Security

See Also

Reference

ShellSettingsManager Class

Microsoft.VisualStudio.Shell.Settings Namespace