IMergeChange Interface
Represents information about a specific change in a merge operation.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Interface IMergeChange
public interface IMergeChange
public interface class IMergeChange
type IMergeChange = interface end
public interface IMergeChange
The IMergeChange type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ChangeType | The type of difference. |
![]() |
LatestChange | The Latest change object that represents all latest changes |
![]() |
LatestChanges | The Latest changes against the Original. |
![]() |
ModifiedChange | The Modified change object that represents all modified changes |
![]() |
ModifiedChanges | The Modified changes against the Original. |
Top