C# Class Naggy.SolutionEventsHandler

Inheritance: IVsUpdateSolutionEvents
Afficher le fichier Open project: saaadhu/naggy Class Usage Examples

Méthodes publiques

Méthode Description
OnActiveProjectCfgChange ( IVsHierarchy pIVsHierarchy ) : int
SolutionEventsHandler ( ) : System
UpdateSolution_Begin ( int &pfCancelUpdate ) : int
UpdateSolution_Cancel ( ) : int
UpdateSolution_Done ( int fSucceeded, int fModified, int fCancelCommand ) : int
UpdateSolution_StartUpdate ( int &pfCancelUpdate ) : int

Method Details

OnActiveProjectCfgChange() public méthode

public OnActiveProjectCfgChange ( IVsHierarchy pIVsHierarchy ) : int
pIVsHierarchy IVsHierarchy
Résultat int

SolutionEventsHandler() public méthode

public SolutionEventsHandler ( ) : System
Résultat System

UpdateSolution_Begin() public méthode

public UpdateSolution_Begin ( int &pfCancelUpdate ) : int
pfCancelUpdate int
Résultat int

UpdateSolution_Cancel() public méthode

public UpdateSolution_Cancel ( ) : int
Résultat int

UpdateSolution_Done() public méthode

public UpdateSolution_Done ( int fSucceeded, int fModified, int fCancelCommand ) : int
fSucceeded int
fModified int
fCancelCommand int
Résultat int

UpdateSolution_StartUpdate() public méthode

public UpdateSolution_StartUpdate ( int &pfCancelUpdate ) : int
pfCancelUpdate int
Résultat int