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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("8D2EC486-8098-4AFA-AB94-D270A5EF08CE")> _
Public Interface IVsPersistSolutionProps2
'Uso
Dim instance As 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