RefactoringOperation.AppliedChanges フィールド

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

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

構文

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

value = instance.AppliedChanges

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

参照

参照

RefactoringOperation クラス

RefactoringOperation メンバ

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