IVsSolutionPersistence Interface
Visual Studio 2010
Facilitates writing package-specific properties and options into the solution file (.sln), and, conversely, the loading of properties and options from the file.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
The IVsSolutionPersistence type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LoadPackageUserOpts | Enables the loading of package-level user options that are stored in one or more named streams in the solution .sln file. This method allows the caller to name the option stream (or streams) to be loaded. |
![]() | SavePackageSolutionProps | Writes properties to the solution .sln file. |
![]() | SavePackageUserOpts | Writes user options to the solution file. Saves package-level user options to one or more named streams in the solution .sln file. |
Persistence is managed by the solution, and so the interface is called through its associated service, SVsSolutionPersistence.
See illustrations of the implementation and/or calling of this interface in the sample Solution Extender.
Notes to CallersUpon saving package-specific properties or options to the .sln file, or loading properties or options from the .sln file.
