IVsPersistSolutionProps2 Interface

 

Supports saving solution properties in a solution (.sln) file by providing a method called when solution loading fails. Implemented by the package. Extends but does not inherit from IVsPersistSolutionProps.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("8D2EC486-8098-4AFA-AB94-D270A5EF08CE")]
public interface IVsPersistSolutionProps2

NameDescription
System_CAPS_pubmethodOnSolutionLoadFailure(String)

Method for the package to call when a solution fails to load.

Return to top
Show: