IProfileManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | LoadSettingsFromStorage() | Reads a VSPackage's configuration from local storage (typically the registry) and updates its state. |
![]() | LoadSettingsFromXml(IVsSettingsReader^) | Writes a VSPackage's configuration to disk using the Visual Studio settings mechanism when the export option of an Import/Export Settings feature available on the IDE’s Tools menu is selected by a user. |
![]() | ResetSettings() | Resets the user settings. |
![]() | SaveSettingsToStorage() | Writes a VSPackage's configuration to local storage (typically the registry) following state update. |
![]() | SaveSettingsToXml(IVsSettingsWriter^) | Writes a VSPackage's configuration to disk using the Visual Studio settings mechanism when an import option of the Import/Export Settings command on the IDE’s Tools menu is selected by a user. |
Show:
