Share via


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

Protected method

ContributorInput

Top

Methods

 

Name

Description

Public method

Equals

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).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Abstract method that must be overridden in classes derived from ContributorInput. This method returns the hash code for this ContributorInput. (Overrides Object.GetHashCode().)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

RefactoringOperation

This property represents the RefactorOperation that is used for this ContributorInput.

Top

See Also

Reference

ContributorInput Class

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace