共用方式為


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