C# Класс VSSonarQubeExtension.SolutionEventsListener

The solution events listener.
Наследование: IVsSolutionEvents, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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