IVsSolutionPersistence Members
Include Protected Members
Include Inherited Members
Facilitates writing package-specific properties and options into the solution file (.sln), and, conversely, the loading of properties and options from the file.
The IVsSolutionPersistence type exposes the following members.
Methods
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. |
Top