IVsUserSettings Members
Include Protected Members
Include Inherited Members
Interface implemented by VSPackages needing their state information persisted by the Visual Studio settings mechanism.
The IVsUserSettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExportSettings | Saves a VSPackage's configuration using the Visual Studio settings mechanism when the export option of the Import/Export Settings feature available on the IDE’s Tools menu is selected by a user. | |
ImportSettings | Retrieves a VSPackage's configuration using the Visual Studio settings mechanism when a user selects the import option of the Import/Export Settings feature on the IDE’s Tools menu. |
Top