Partager via


RefactoringContributor<TContributorInput>.OnPostApplyChanges, méthode

Permet au collaborateur d'effectuer des actions après l'application des propositions de modification sélectionnées.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

RefactoringContributor<TContributorInput> Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms