ShellSettingsManager::GetReadOnlySettingsStore Method (SettingsScope)

 

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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual SettingsStore^ GetReadOnlySettingsStore(
	SettingsScope scope
) override

Parameters

scope
Type: Microsoft.VisualStudio.Settings::SettingsScope

The requested scope.

Return Value

Type: Microsoft.VisualStudio.Settings::SettingsStore^

A SettingsStore object that can be used for accessing the scope.

Return to top
Show: