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
- changes
Type : Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ApplyChangesEventArgs
Argument d'événement qui contient les propositions de modification sélectionnées.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
RefactoringContributor<TContributorInput> Classe
Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms