IVsSolutionEvents5 Interface

Definition

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

public interface class IVsSolutionEvents5
public interface class IVsSolutionEvents5
__interface IVsSolutionEvents5
public interface IVsSolutionEvents5
[System.Runtime.InteropServices.Guid("AF530689-9987-48BE-AF20-D9392A9C67FF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionEvents5
type IVsSolutionEvents5 = interface
[<System.Runtime.InteropServices.Guid("AF530689-9987-48BE-AF20-D9392A9C67FF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionEvents5 = interface
Public Interface IVsSolutionEvents5
Derived
Attributes

Methods

OnBeforeOpenProject(Guid, Guid, String)

Fired before each project is opened.

Applies to