Condividi tramite


Metodo RefactoringContributor<TContributorInput>.OnPostApplyChanges

Consente al collaboratore di agire dopo che sono applicate le proposte di modifica selezionate.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RefactoringContributor<TContributorInput> Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Refactoring