Freigeben über


IProfileManager Members

Include Protected Members
Include Inherited Members

Interface implemented by classes supporting VSPackages by persisting their state information through the Visual Studio settings mechanism.

The IProfileManager type exposes the following members.

Methods

  Name Description
Public method LoadSettingsFromStorage Reads a VSPackage's configuration from local storage (typically the registry) and updates its state.
Public method LoadSettingsFromXml 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.
Public method ResetSettings Resets the user settings.
Public method SaveSettingsToStorage Writes a VSPackage's configuration to local storage (typically the registry) following state update.
Public method SaveSettingsToXml 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.

Top

See Also

Reference

IProfileManager Interface

Microsoft.VisualStudio.Shell Namespace