ContributorInput Members
Include Protected Members
Include Inherited Members
The ContributorInput class represents the data input to each of the contributors.
The ContributorInput type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Abstract method that must be overridden in classes derived from ContributorInput. This method is used to determine when two ContributorInput values are equal. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Abstract method that must be overridden in classes derived from ContributorInput. This method returns the hash code for this ContributorInput. (Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
This property represents the RefactorOperation that is used for this ContributorInput.
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace