OptionPage.SaveSettingsToStorage Method

Called when the user modifies settings in Visual Studio by choosing Options from the Tools menu, and chooses to save the settings. Gets the latest value from the user control, loads all setting values from the SettingsBase class, and saves the settings to the registry.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.Settings
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides Sub SaveSettingsToStorage
'Usage
Dim instance As OptionPage

instance.SaveSettingsToStorage()
public override void SaveSettingsToStorage()
public:
virtual void SaveSettingsToStorage() override
public override function SaveSettingsToStorage()
abstract SaveSettingsToStorage : unit -> unit 
override SaveSettingsToStorage : unit -> unit 

Implements

IProfileManager.SaveSettingsToStorage()

.NET Framework Security

See Also

Reference

OptionPage Class

OptionPage Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.Settings Namespace