Share via


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
Public method TextChangeProposal Initializes a new instance of the TextChangeProposal class.

Top

Methods

  Name Description
Public method Equals Override. This method is used to compare TextChangeProposal objects. (Overrides ChangeProposal.Equals(Object).)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code of this TextChangeProposal. (Overrides ChangeProposal.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 EndColumn Gets or sets the ending column position of this text change.
Public property EndLine Gets or sets the ending line number of this text change.
Public property FileName (Inherited from ChangeProposal.)
Public property Included Gets or sets whether this ChangeProposal will be included when the refactoring operation is applied. (Inherited from ChangeProposal.)
Public property NewValue Gets or sets the new text that will be applied with this TextChangeProposal.
Public property ProjectName Gets or sets the name of the project with which this ChangeProposal is associated. (Inherited from ChangeProposal.)
Public property StartColumn Gets or sets the starting column position for this TextChangeProposal.
Public property StartLine Gets or sets the starting line number for this TextChangeProposal.

Top

See Also

Reference

TextChangeProposal Class

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