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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8D2EC486-8098-4AFA-AB94-D270A5EF08CE")> _
Public Interface IVsPersistSolutionProps2
[InterfaceTypeAttribute()]
[GuidAttribute("8D2EC486-8098-4AFA-AB94-D270A5EF08CE")]
public interface IVsPersistSolutionProps2
[InterfaceTypeAttribute()]
[GuidAttribute(L"8D2EC486-8098-4AFA-AB94-D270A5EF08CE")]
public interface class IVsPersistSolutionProps2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8D2EC486-8098-4AFA-AB94-D270A5EF08CE")>]
type IVsPersistSolutionProps2 = interface end
public interface IVsPersistSolutionProps2
The IVsPersistSolutionProps2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnSolutionLoadFailure | Method for the package to call when a solution fails to load. |
Top