Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Called after a method had the parameters added.
Called when a method is about to have the parameters added.
Called when a symbol is about to be renamed.
Called when a method is about to have the parameters removed.
Called when a method is about to have the parameters reordered.
Called after a symbol is renamed.
Called after a method had the parameters removed.
Called after a method had the parameters reordered.
Top