Method | Description | |
---|---|---|
OnAfterOpenProject ( IVsHierarchy hierarchy, int added ) : int | ||
OnBeforeCloseProject ( IVsHierarchy hierarchy, int removed ) : int | ||
SolutionListenerForProjectEvents ( System.IServiceProvider serviceProvider ) : System |
Method | Description | |
---|---|---|
RaiseAfterProjectFileOpened ( bool added ) : void |
Raises after project file opened event.
|
|
RaiseBeforeProjectFileClosed ( bool removed ) : void |
Raises the before project file closed event.
|
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 |
protected RaiseAfterProjectFileOpened ( bool added ) : void | ||
added | bool | True if the project is added to the solution after the solution is opened. false if the project is added to the solution while the solution is being opened. |
return | void |
protected RaiseBeforeProjectFileClosed ( bool removed ) : void | ||
removed | bool | true if the project was removed from the solution before the solution was closed. false if the project was removed from the solution while the solution was being closed. |
return | void |
public SolutionListenerForProjectEvents ( System.IServiceProvider serviceProvider ) : System | ||
serviceProvider | System.IServiceProvider | |
return | System |