IVsHierarchyRefactorNotify Members

Include Protected Members
Include Inherited Members

Notifies the hierarchy of refactoring operations.

The IVsHierarchyRefactorNotify type exposes the following members.

Methods

  Name Description
Public method OnAddParams Called after a method had parameters added.
Public method OnBeforeAddParams Called when a method is about to have parameters added.
Public method OnBeforeGlobalSymbolRenamed Called when a symbol is about to be renamed.
Public method OnBeforeRemoveParams Called when a method is about to have parameters removed.
Public method OnBeforeReorderParams Called when a method is about to have parameters reordered.
Public method OnGlobalSymbolRenamed Called after a symbol is renamed.
Public method OnRemoveParams Called after a method had parameters removed.
Public method OnReorderParams Called after a method had parameters reordered.

Top

See Also

Reference

IVsHierarchyRefactorNotify Interface

Microsoft.VisualStudio.Shell.Interop Namespace