RefactoringContributor Members
Include Protected Members
Include Inherited Members
This class is the base class from which all refactoring contributors derive.
The RefactoringContributor type exposes the following members.
Methods
Name
Description
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.)
Registers any possible propagating input type that this contributor will generate during analysis.
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.
WriteOperationReferenceLogData
Derived classes can override this method to write any reference log information that is generated by this contributor.
Top
Properties
Name
Description
Gets or sets the preview group instance that is associated with the ChangeProposals that this contributor will return.
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace