ShellSettingsManager::GetWritableSettingsStore Method (SettingsScope)

 

Gets the WritableSettingsStore object for the requested scope which can be used both for reading and writing.

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

public:
virtual WritableSettingsStore^ GetWritableSettingsStore(
	SettingsScope scope
) override

Parameters

scope
Type: Microsoft.VisualStudio.Settings::SettingsScope

The requested scope.

Return Value

Type: Microsoft.VisualStudio.Settings::WritableSettingsStore^

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

Exception Condition
ArgumentException

The given scope is not writable.

Return to top
Show: