IVsSolutionEvents5 Interface
Listening interface that monitors any notifications of changes to the solution.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("AF530689-9987-48BE-AF20-D9392A9C67FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSolutionEvents5
[GuidAttribute("AF530689-9987-48BE-AF20-D9392A9C67FF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionEvents5
[GuidAttribute(L"AF530689-9987-48BE-AF20-D9392A9C67FF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSolutionEvents5
[<GuidAttribute("AF530689-9987-48BE-AF20-D9392A9C67FF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionEvents5 = interface end
public interface IVsSolutionEvents5
The IVsSolutionEvents5 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnBeforeOpenProject | Fired before each project is opened. |
Top