RefactoringContributor<TContributorInput>.OnPreApplyChanges-Methode

OnPreApplyChanges ermöglicht es dem Contributor, vor der Anwendung der ausgewählten Änderungsvorschläge Aktionen auszuführen.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringContributor<TContributorInput> Klasse

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