C# Class VSSonarQubeExtension.SolutionEventsListener

The solution events listener.
Inheritance: IVsSolutionEvents, IDisposable
显示文件 Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

The dispose.

SolutionEventsListener ( IVsEnvironmentHelper helper ) : System

Initializes a new instance of the SolutionEventsListener class.

Private Methods

Method Description
IVsSolutionEvents ( IVsHierarchy pStubHierarchy, IVsHierarchy pRealHierarchy ) : int

The on after load project.

IVsSolutionEvents ( IVsHierarchy pHierarchy, int fAdded ) : int

The on after open project.

IVsSolutionEvents ( IVsHierarchy pHierarchy, int fRemoving, int &pfCancel ) : int

The on query close project.

IVsSolutionEvents ( object pUnkReserved ) : int

The on after close solution.

IVsSolutionEvents ( object pUnkReserved, int fNewSolution ) : int

The on after open solution.

InitNullEvents ( ) : void

The init null events.

Method Details

Dispose() public method

The dispose.
public Dispose ( ) : void
return void

SolutionEventsListener() public method

Initializes a new instance of the SolutionEventsListener class.
public SolutionEventsListener ( IVsEnvironmentHelper helper ) : System
helper IVsEnvironmentHelper
return System