RefactoringContributor<TContributorInput> Members
Include Protected Members
Include Inherited Members
Takes a ContributorInput, suggests change proposals, and creates additional ContributorInputs for processing.
The RefactoringContributor<TContributorInput> type exposes the following members.
Constructors
Name
Description
RefactoringContributor<TContributorInput>
Initializes a new instance of the RefactoringContributor<TContributorInput> class.
Top
Methods
Name
Description
This method takes in a ContributorInput of the appropriate type and returns the contributor's change proposal and the additional ContributorInputs that are now relevant.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Before analysis starts, a different contributor might need to do some preparation work, such as saving dirty files.
This method allows the contributor to take action after the selected change proposals are applied.
This method allows the contributor to take action before the selected change proposals are applied.
Registers any possible propagating input type that this contributor will generate during analysis. (Inherited from RefactoringContributor.)
Returns a string that represents the current object. (Inherited from Object.)
Derived classes can override this method to write log data of the generated propagating input that is generated by this refactoring contributor. (Inherited from RefactoringContributor.)
WriteOperationReferenceLogData
Derived classes can override this method to write any reference log information that is generated by this contributor. (Inherited from RefactoringContributor.)
Top
Properties
Name
Description
Gets or sets the preview group instance that is associated with the ChangeProposals that this contributor will return. (Inherited from RefactoringContributor.)
Top
See Also
Reference
RefactoringContributor<TContributorInput> Class
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace