C# Class VsTeXProject.VisualStudio.Project.SolutionListenerForProjectEvents

This class triggers the project events for "our" hierrachies.
Inheritance: SolutionListener, IProjectEvents
Exibir arquivo Open project: mimura1133/vstex

Public Methods

Method Description
OnAfterOpenProject ( IVsHierarchy hierarchy, int added ) : int
OnBeforeCloseProject ( IVsHierarchy hierarchy, int removed ) : int

Private Methods

Method Description
RaiseAfterProjectFileOpened ( bool added ) : void

Raises after project file opened event.

RaiseBeforeProjectFileClosed ( bool removed ) : void

Raises the before project file closed event.

SolutionListenerForProjectEvents ( IServiceProvider serviceProvider ) : System

Method Details

OnAfterOpenProject() public method

public OnAfterOpenProject ( IVsHierarchy hierarchy, int added ) : int
hierarchy IVsHierarchy
added int
return int

OnBeforeCloseProject() public method

public OnBeforeCloseProject ( IVsHierarchy hierarchy, int removed ) : int
hierarchy IVsHierarchy
removed int
return int