IVsPersistSolutionProps Methods

 

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

NameDescription
System_CAPS_pubmethodLoadUserOptions(IVsSolutionPersistence^, UInt32)

Loads user options for a given solution.

System_CAPS_pubmethodOnProjectLoadFailure(IVsHierarchy^, String^, String^, String^)

Allows cleanup and memory management in cases where project fails to load.

System_CAPS_pubmethodQuerySaveSolutionProps(IVsHierarchy^, array<VSQUERYSAVESLNPROPS>^)

Creates a property bag for storing solution properties.

System_CAPS_pubmethodReadSolutionProps(IVsHierarchy^, String^, String^, String^, Int32, IPropertyBag^)

Reads out solution properties from its .sln file.

System_CAPS_pubmethodReadUserOptions(IStream^, String^)

Reads user options for a given solution.

System_CAPS_pubmethodSaveSolutionProps(IVsHierarchy^, IVsSolutionPersistence^)

Saves solution properties to its .sln file.

System_CAPS_pubmethodSaveUserOptions(IVsSolutionPersistence^)

Saves user options for a given solution.

System_CAPS_pubmethodWriteSolutionProps(IVsHierarchy^, String^, IPropertyBag^)

Writes solution properties to the .sln file.

System_CAPS_pubmethodWriteUserOptions(IStream^, String^)

Writes user options for a given solution.

Return to top
Show: