Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OnPreApplyChanges allows the contributor to take actions prior to the application of the selected change proposals.
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
)
Parameters
- changes
Type: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ApplyChangesEventArgs
An event args that contains the selected change proposals.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RefactoringContributor<TContributorInput> Class
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace