IProfileManager Methods

 

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

NameDescription
System_CAPS_pubmethodLoadSettingsFromStorage()

Reads a VSPackage's configuration from local storage (typically the registry) and updates its state.

System_CAPS_pubmethodLoadSettingsFromXml(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.

System_CAPS_pubmethodResetSettings()

Resets the user settings.

System_CAPS_pubmethodSaveSettingsToStorage()

Writes a VSPackage's configuration to local storage (typically the registry) following state update.

System_CAPS_pubmethodSaveSettingsToXml(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.

Return to top
Show: