RefactoringContributor<TContributorInput>.OnBeforeAnalysis Method
Enables the scenario where a different contributor might have to do some preparation work before analysis starts (for example, save dirty files).
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 OnBeforeAnalysis ( _
input As ContributorInput _
)
protected virtual void OnBeforeAnalysis(
ContributorInput input
)
protected:
virtual void OnBeforeAnalysis(
ContributorInput^ input
)
abstract OnBeforeAnalysis :
input:ContributorInput -> unit
override OnBeforeAnalysis :
input:ContributorInput -> unit
protected function OnBeforeAnalysis(
input : ContributorInput
)
Parameters
Remarks
This method is called only when a refactoring operation starts.
.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