Method |
Description |
|
IVsSelectionEvents ( IVsHierarchy pHierOld, uint itemidOld, IVsMultiItemSelect pMISOld, ISelectionContainer pSCOld, IVsHierarchy pHierNew, uint itemidNew, IVsMultiItemSelect pMISNew, ISelectionContainer pSCNew ) : int |
|
|
IVsSelectionEvents ( uint dwCmdUICookie, int fActive ) : int |
|
|
IVsSelectionEvents ( uint elementid, object varValueOld, object varValueNew ) : int |
|
|
IVsUpdateSolutionEvents ( ) : int |
|
|
IVsUpdateSolutionEvents ( IVsHierarchy pIVsHierarchy ) : int |
|
|
IVsUpdateSolutionEvents ( int &pfCancelUpdate ) : int |
|
|
IVsUpdateSolutionEvents ( int fSucceeded, int fModified, int fCancelCommand ) : int |
|
|
IVsUpdateSolutionEvents2 ( ) : int |
|
|
IVsUpdateSolutionEvents2 ( IVsHierarchy pIVsHierarchy ) : int |
|
|
IVsUpdateSolutionEvents2 ( IVsHierarchy pHierProj, IVsCfg pCfgProj, IVsCfg pCfgSln, uint dwAction, int &pfCancel ) : int |
|
|
IVsUpdateSolutionEvents2 ( IVsHierarchy pHierProj, IVsCfg pCfgProj, IVsCfg pCfgSln, uint dwAction, int fSuccess, int fCancel ) : int |
|
|
IVsUpdateSolutionEvents2 ( int &pfCancelUpdate ) : int |
|
|
IVsUpdateSolutionEvents2 ( int fSucceeded, int fModified, int fCancelCommand ) : int |
|
|
SolutionEvents_AfterClosing ( ) : void |
|
|
SolutionEvents_BeforeClosing ( ) : void |
|
|
SolutionEvents_Opened ( ) : void |
|
|
SolutionEvents_ProjectAdded ( Project project ) : void |
|
|
SolutionEvents_ProjectRemoved ( Project project ) : void |
|
|
SolutionEvents_ProjectRenamed ( Project project, string oldName ) : void |
|
|