Method | Description | |
---|---|---|
OnAfterOpenProject ( IVsHierarchy hierarchy, int added ) : int | ||
OnBeforeCloseProject ( IVsHierarchy hierarchy, int removed ) : int |
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 |
public OnAfterOpenProject ( IVsHierarchy hierarchy, int added ) : int | ||
hierarchy | IVsHierarchy | |
added | int | |
return | int |
public OnBeforeCloseProject ( IVsHierarchy hierarchy, int removed ) : int | ||
hierarchy | IVsHierarchy | |
removed | int | |
return | int |