リファクタリング操作の発生について通知するイベントを提供します。
名前空間: Microsoft.VisualStudio.SharePoint
アセンブリ: Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)
構文
'宣言
Public Interface ICodeRefactoringEvents
public interface ICodeRefactoringEvents
ICodeRefactoringEvents 型で公開されるメンバーは以下のとおりです。
イベント
名前 | 説明 | |
---|---|---|
![]() |
ClassNameChanged | クラスの名前が変更された後に発生します。 |
![]() |
ClassNameChanging | クラスの名前が変更される直前に発生します。 |
このページのトップへ