Метод | Описание | |
---|---|---|
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.
|
public SolutionEventsListener ( IVsEnvironmentHelper helper ) : System | ||
helper | IVsEnvironmentHelper | |
Результат | System |