RefactoringContributor<TContributorInput>.OnPreApplyChanges (Método)

OnPreApplyChanges permite al colaborador realizar acciones antes de que se apliquen las propuestas de cambios seleccionadas.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

RefactoringContributor<TContributorInput> Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)