Freigeben über


RefactoringContributor<TContributorInput>.OnPostApplyChanges-Methode

Ermöglicht es dem Contributor, nach der Anwendung der ausgewählten Änderungsvorschläge Aktionen auszuführen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringContributor<TContributorInput> Klasse

Microsoft.VisualStudio.Data.Schema.Package.Refactoring-Namespace