IVsPersistSolutionProps Members

Include Protected Members
Include Inherited Members

Enables VSPackages to write non-user-specific solution properties into the solution .sln file.

The IVsPersistSolutionProps type exposes the following members.

Methods

  Name Description
Public method LoadUserOptions Loads user options for a given solution. (Inherited from IVsPersistSolutionOpts.)
Public method OnProjectLoadFailure Allows cleanup and memory management in cases where project fails to load.
Public method QuerySaveSolutionProps Creates a property bag for storing solution properties.
Public method ReadSolutionProps Reads out solution properties from its .sln file.
Public method ReadUserOptions Reads user options for a given solution. (Inherited from IVsPersistSolutionOpts.)
Public method SaveSolutionProps Saves solution properties to its .sln file.
Public method SaveUserOptions Saves user options for a given solution. (Inherited from IVsPersistSolutionOpts.)
Public method WriteSolutionProps Writes solution properties to the .sln file.
Public method WriteUserOptions Writes user options for a given solution. (Inherited from IVsPersistSolutionOpts.)

Top

See Also

Reference

IVsPersistSolutionProps Interface

Microsoft.VisualStudio.Shell.Interop Namespace