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