Share via


TextChangeProposal Class

This class represents the changes returned from the contributors.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public NotInheritable Class TextChangeProposal _
    Inherits ChangeProposal
'Usage
Dim instance As TextChangeProposal
public sealed class TextChangeProposal : ChangeProposal
public ref class TextChangeProposal sealed : public ChangeProposal
public final class TextChangeProposal extends ChangeProposal
[<SealedAttribute>]
type TextChangeProposal =  
    class
        inherit ChangeProposal
    end

Remarks

These changes represent the file, offset, lengths, new value, and old value of a proposed change.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ChangeProposal
    Microsoft.VisualStudio.Data.Schema.Project.Refactoring.TextChangeProposal

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TextChangeProposal Members

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