RefactoringContributor<TContributorInput>.OnPreApplyChanges メソッド

このメソッドは、選択された変更提案の適用前にコントリビュータが処理を実行できるようにします。

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

構文

'宣言
Protected Overridable Sub OnPreApplyChanges ( _
    changes As ApplyChangesEventArgs _
)
'使用
Dim changes As ApplyChangesEventArgs

Me.OnPreApplyChanges(changes)
protected virtual void OnPreApplyChanges(
    ApplyChangesEventArgs changes
)
protected:
virtual void OnPreApplyChanges(
    ApplyChangesEventArgs^ changes
)
protected function OnPreApplyChanges(
    changes : ApplyChangesEventArgs
)

パラメータ

参照

参照

RefactoringContributor<TContributorInput> クラス

RefactoringContributor<TContributorInput> メンバ

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