C# 클래스 VSSonarQubeExtension.SolutionEventsListener

The solution events listener.
상속: IVsSolutionEvents, IDisposable
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

The dispose.

SolutionEventsListener ( IVsEnvironmentHelper helper ) : System

Initializes a new instance of the SolutionEventsListener class.

비공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 공개 메소드

The dispose.
public Dispose ( ) : void
리턴 void

SolutionEventsListener() 공개 메소드

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