C# Class VSSonarQubeExtension.SolutionEventsListener

The solution events listener.
Inheritance: IVsSolutionEvents, IDisposable
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

The dispose.

SolutionEventsListener ( IVsEnvironmentHelper helper ) : System

Initializes a new instance of the SolutionEventsListener class.

Private Methods

Méthode 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 méthode

The dispose.
public Dispose ( ) : void
Résultat void

SolutionEventsListener() public méthode

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