Метод | Описание | |
---|---|---|
Dispose ( ) : void |
The IDispose interface Dispose method for disposing the object determinastically.
|
|
OnActiveProjectCfgChange ( IVsHierarchy hierarchy ) : int |
Called when the active project configuration for a project in the solution has changed.
|
|
OnAfterActiveSolutionCfgChange ( IVsCfg oldActiveSlnCfg, IVsCfg newActiveSlnCfg ) : int |
Fired after the active solution config is changed (pOldActiveSlnCfg can be NULL).
|
|
OnBeforeActiveSolutionCfgChange ( IVsCfg oldActiveSlnCfg, IVsCfg newActiveSlnCfg ) : int |
Fired before the active solution config is changed (pOldActiveSlnCfg can be NULL
|
|
UpdateProjectCfg_Begin ( IVsHierarchy hierarchy, IVsCfg configProject, IVsCfg configSolution, uint action, int &cancel ) : int |
Called right before a project configuration begins to build. The values for the action are defined in the enum _SLNUPDACTION env\msenv\core\slnupd2.h |
|
UpdateProjectCfg_Done ( IVsHierarchy hierarchy, IVsCfg configProject, IVsCfg configSolution, uint action, int success, int cancel ) : int |
Called right after a project configuration is finished building. The values for the action are defined in the enum _SLNUPDACTION env\msenv\core\slnupd2.h |
|
UpdateSolution_Begin ( int &cancelUpdate ) : int |
Called before any build actions have begun. This is the last chance to cancel the build before any building begins.
|
|
UpdateSolution_Cancel ( ) : int |
Called when a build is being cancelled.
|
|
UpdateSolution_Done ( int fSucceeded, int fModified, int fCancelCommand ) : int |
Called when a build is completed.
|
|
UpdateSolution_StartUpdate ( int &cancelUpdate ) : int |
Called before the first project configuration is about to be built.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
The method that does the cleanup.
|
|
UpdateSolutionEventsListener ( IServiceProvider serviceProvider ) : System |
Overloaded constructor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if called from IDispose.Dispose; false if called from Finalizer. |
Результат | void |
public OnActiveProjectCfgChange ( IVsHierarchy hierarchy ) : int | ||
hierarchy | IVsHierarchy | The project whose configuration has changed. |
Результат | int |
public OnAfterActiveSolutionCfgChange ( IVsCfg oldActiveSlnCfg, IVsCfg newActiveSlnCfg ) : int | ||
oldActiveSlnCfg | IVsCfg | Old configuration. |
newActiveSlnCfg | IVsCfg | New configuration. |
Результат | int |
public OnBeforeActiveSolutionCfgChange ( IVsCfg oldActiveSlnCfg, IVsCfg newActiveSlnCfg ) : int | ||
oldActiveSlnCfg | IVsCfg | Old configuration. |
newActiveSlnCfg | IVsCfg | New configuration. |
Результат | int |
public UpdateProjectCfg_Begin ( IVsHierarchy hierarchy, IVsCfg configProject, IVsCfg configSolution, uint action, int &cancel ) : int | ||
hierarchy | IVsHierarchy | The project that is to be build. |
configProject | IVsCfg | A configuration project object. |
configSolution | IVsCfg | A configuration solution object. |
action | uint | The action taken. |
cancel | int | A flag indicating cancel. |
Результат | int |
public UpdateProjectCfg_Done ( IVsHierarchy hierarchy, IVsCfg configProject, IVsCfg configSolution, uint action, int success, int cancel ) : int | ||
hierarchy | IVsHierarchy | The project that has finished building. |
configProject | IVsCfg | A configuration project object. |
configSolution | IVsCfg | A configuration solution object. |
action | uint | The action taken. |
success | int | Flag indicating success. |
cancel | int | Flag indicating cancel. |
Результат | int |
protected UpdateSolutionEventsListener ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | A service provider. |
Результат | System |
public UpdateSolution_Begin ( int &cancelUpdate ) : int | ||
cancelUpdate | int | Flag indicating cancel update. |
Результат | int |
public UpdateSolution_Done ( int fSucceeded, int fModified, int fCancelCommand ) : int | ||
fSucceeded | int | |
fModified | int | |
fCancelCommand | int | |
Результат | int |
public UpdateSolution_StartUpdate ( int &cancelUpdate ) : int | ||
cancelUpdate | int | A flag indicating cancel update. |
Результат | int |