IVsSolutionEvents5 Interface

Listening interface that monitors any notifications of changes to the solution.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  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
Public method OnBeforeOpenProject Fired before each project is opened.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace