IVsRefactorNotify Members
Include Protected Members
Include Inherited Members
Notifies code generators about the occurrence of refactoring operations.
The IVsRefactorNotify type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAddParams | Called after a method had the parameters added. | |
OnBeforeAddParams | Called when a method is about to have the parameters added. | |
OnBeforeGlobalSymbolRenamed | Called when a symbol is about to be renamed. | |
OnBeforeRemoveParams | Called when a method is about to have the parameters removed. | |
OnBeforeReorderParams | Called when a method is about to have the parameters reordered. | |
OnGlobalSymbolRenamed | Called after a symbol is renamed. | |
OnRemoveParams | Called after a method had the parameters removed. | |
OnReorderParams | Called after a method had the parameters reordered. |
Top