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