IVsPersistSolutionOpts Interface
Visual Studio 2010
Provides access to user-specific options in the user options file associated with the solution.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
The IVsPersistSolutionOpts type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LoadUserOptions | Loads user options for a given solution. |
![]() | ReadUserOptions | Reads user options for a given solution. |
![]() | SaveUserOptions | Saves user options for a given solution. |
![]() | WriteUserOptions | Writes user options for a given solution. |
This interface allows the solution to track user-specific options and state information, and helps persist them across sessions.
See illustrations of the implementation and/or calling of this interface in the Solution Extender sample.
Notes to ImplementersVSPackages implement this interface to save information into the UserOptions (.suo) file.
