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 | |
|---|---|---|
| .gif) | ChangeType | The type of difference. | 
| .gif) | LatestChange | The Latest change object that represents all latest changes | 
| .gif) | LatestChanges | The Latest changes against the Original. | 
| .gif) | ModifiedChange | The Modified change object that represents all modified changes | 
| .gif) | ModifiedChanges | The Modified changes against the Original. | 
Top