RefactoringOperation.ApplyingChanges フィールド

リファクタリングの変更の適用中に使用される EventHandler。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public ApplyingChanges As EventHandler(Of ApplyChangesEventArgs)
'使用
Dim instance As RefactoringOperation
Dim value As EventHandler(Of ApplyChangesEventArgs)

value = instance.ApplyingChanges

instance.ApplyingChanges = value
public EventHandler<ApplyChangesEventArgs> ApplyingChanges
public:
EventHandler<ApplyChangesEventArgs^>^ ApplyingChanges
public var ApplyingChanges : EventHandler<ApplyChangesEventArgs>

参照

参照

RefactoringOperation クラス

RefactoringOperation メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間