RefactoringContributor<TContributorInput>.OnPreApplyChanges 方法

OnPreApplyChanges 允许参与者在应用选定更改建议之前执行操作。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Protected Overridable Sub OnPreApplyChanges ( _
    changes As ApplyChangesEventArgs _
)
protected virtual void OnPreApplyChanges(
    ApplyChangesEventArgs changes
)
protected:
virtual void OnPreApplyChanges(
    ApplyChangesEventArgs^ changes
)
abstract OnPreApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
override OnPreApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
protected function OnPreApplyChanges(
    changes : ApplyChangesEventArgs
)

参数

.NET Framework 安全性

请参见

参考

RefactoringContributor<TContributorInput> 类

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