IVsSolutionPersistence Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | LoadPackageUserOpts(IVsPersistSolutionOpts^, String^) | 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(Int32, IVsHierarchy^, IVsPersistSolutionProps^, String^) | Writes properties to the solution .sln file. |
![]() | SavePackageUserOpts(IVsPersistSolutionOpts^, String^) | Writes user options to the solution file. Saves package-level user options to one or more named streams in the solution .sln file. |
Show:
