Share via


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

Public method

OnAddParams

Called after a method had the parameters added.

Public method

OnBeforeAddParams

Called when a method is about to have the 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 the parameters removed.

Public method

OnBeforeReorderParams

Called when a method is about to have the parameters reordered.

Public method

OnGlobalSymbolRenamed

Called after a symbol is renamed.

Public method

OnRemoveParams

Called after a method had the parameters removed.

Public method

OnReorderParams

Called after a method had the parameters reordered.

Top

See Also

Reference

IVsRefactorNotify Interface

Microsoft.VisualStudio.Shell.Interop Namespace