ChangeProposal Class
The ChangeProposal 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 MustInherit Class ChangeProposal
'Usage
Dim instance As ChangeProposal
public abstract class ChangeProposal
public ref class ChangeProposal abstract
public abstract class ChangeProposal
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
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace