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 命名空间