IVsPersistSolutionProps2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsPersistSolutionProps2
public interface class IVsPersistSolutionProps2
__interface IVsPersistSolutionProps2
[System.Runtime.InteropServices.Guid("8D2EC486-8098-4AFA-AB94-D270A5EF08CE")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPersistSolutionProps2
[<System.Runtime.InteropServices.Guid("8D2EC486-8098-4AFA-AB94-D270A5EF08CE")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPersistSolutionProps2 = interface
Public Interface IVsPersistSolutionProps2
- Attributes
Methods
OnSolutionLoadFailure(String) |
Method for the package to call when a solution fails to load. |