This documentation is archived and is not being maintained.
IVsRefactorNotify Methods
Namespace:
Microsoft.VisualStudio.Shell.InteropAssembly:
Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description |
|---|
 | OnAddParams(IVsHierarchy^, UInt32, String^, UInt32, array<UInt32>^, array<String^>^, array<String^>^) | Called after a method had the parameters added. |
 | OnBeforeAddParams(IVsHierarchy^, UInt32, String^, UInt32, array<UInt32>^, array<String^>^, array<String^>^, Array^) | Called when a method is about to have the parameters added. |
 | OnBeforeGlobalSymbolRenamed(IVsHierarchy^, UInt32, UInt32, array<String^>^, String^, Array^) | Called when a symbol is about to be renamed. |
 | OnBeforeRemoveParams(IVsHierarchy^, UInt32, String^, UInt32, array<UInt32>^, Array^) | Called when a method is about to have the parameters removed. |
 | OnBeforeReorderParams(IVsHierarchy^, UInt32, String^, UInt32, array<UInt32>^, Array^) | Called when a method is about to have the parameters reordered. |
 | OnGlobalSymbolRenamed(IVsHierarchy^, UInt32, UInt32, array<String^>^, String^) | Called after a symbol is renamed. |
 | OnRemoveParams(IVsHierarchy^, UInt32, String^, UInt32, array<UInt32>^) | Called after a method had the parameters removed. |
 | OnReorderParams(IVsHierarchy^, UInt32, String^, UInt32, array<UInt32>^) | Called after a method had the parameters reordered. |
Return to top