IVsSolutionPersistence Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodLoadPackageUserOpts(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.

System_CAPS_pubmethodSavePackageSolutionProps(Int32, IVsHierarchy^, IVsPersistSolutionProps^, String^)

Writes properties to the solution .sln file.

System_CAPS_pubmethodSavePackageUserOpts(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.

Return to top
Show: