Partilhar via


Método RefactoringContributor<TContributorInput>.OnPreApplyChanges

OnPreApplyChanges permite que o colaborador tomar ações antes da aplicação de propostas de alteração selecionada.

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

Sintaxe

'Declaração
Protected Overridable Sub OnPreApplyChanges ( _
    changes As ApplyChangesEventArgs _
)
protected virtual void OnPreApplyChanges(
    ApplyChangesEventArgs changes
)
protected:
virtual void OnPreApplyChanges(
    ApplyChangesEventArgs^ changes
)
abstract OnPreApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
override OnPreApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
protected function OnPreApplyChanges(
    changes : ApplyChangesEventArgs
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

RefactoringContributor<TContributorInput> Classe

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