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
)
參數
- changes
型別:Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ApplyChangesEventArgs
事件引數,包含選取的變更提議。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。