共用方式為


RefactoringContributor<TContributorInput>.OnPostApplyChanges 方法

讓參與者得以在套用選取的變更提議之後採取動作。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Protected Overridable Sub OnPostApplyChanges ( _
    changes As ApplyChangesEventArgs _
)
protected virtual void OnPostApplyChanges(
    ApplyChangesEventArgs changes
)
protected:
virtual void OnPostApplyChanges(
    ApplyChangesEventArgs^ changes
)
abstract OnPostApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
override OnPostApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
protected function OnPostApplyChanges(
    changes : ApplyChangesEventArgs
)

參數

.NET Framework 安全性

請參閱

參考

RefactoringContributor<TContributorInput> 類別

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空間