TextChangeProposal Members
Include Protected Members
Include Inherited Members
This class represents the changes returned from the contributors.
The TextChangeProposal type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the TextChangeProposal class.
Top
Methods
Name
Description
This method is used to compare TextChangeProposal objects. (Overrides ChangeProposal.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.)
Returns the hash code of this TextChangeProposal. (Overrides ChangeProposal.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
Gets or sets the ending column position of this text change.
Gets or sets the ending line number of this text change.
(Inherited from ChangeProposal.)
Indicates whether this ChangeProposal will be included when the refactoring operation is applied. (Inherited from ChangeProposal.)
Gets or sets the new text that will be applied with this TextChangeProposal.
Provides the name of the project with which this ChangeProposal is associated. (Inherited from ChangeProposal.)
Gets or sets the starting column position for this TextChangeProposal.
Gets or sets the starting line number for this TextChangeProposal.
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace