ExternalSettingsManager::GetReadOnlySettingsStore Method (SettingsScope)

 

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

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Settings.14.0 (in Microsoft.VisualStudio.Settings.14.0.dll)

public:
[EnvironmentPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
virtual SettingsStore^ GetReadOnlySettingsStore(
	SettingsScope scope
) override sealed

Parameters

scope
Type: Microsoft.VisualStudio.Settings::SettingsScope

The requested scope.

Return Value

Type: Microsoft.VisualStudio.Settings::SettingsStore^

A SettingsStore instance that can be used to access the scope.

Return to top
Show: