RefactoringContributor<TContributorInput>.OnPreApplyChanges Method
This method allows the contributor to take action before the selected change proposals are applied.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Sub OnPreApplyChanges ( _
changes As ApplyChangesEventArgs _
)
'Usage
Dim changes As ApplyChangesEventArgs
Me.OnPreApplyChanges(changes)
protected virtual void OnPreApplyChanges(
ApplyChangesEventArgs changes
)
protected:
virtual void OnPreApplyChanges(
ApplyChangesEventArgs^ changes
)
protected function OnPreApplyChanges(
changes : ApplyChangesEventArgs
)
Parameters
changes
Type: Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ApplyChangesEventArgsAn [ApplyChangesEventArgs] 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
RefactoringContributor<TContributorInput> Members
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace