The type of the DiffSegment/MergeHunk.
Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Enumeration DiffSegmentType
public enum DiffSegmentType
public enum class DiffSegmentType
type DiffSegmentType
public enum DiffSegmentType
Members
| Member name | Description | |
|---|---|---|
| Common | The contents of both files are the same for the range of the hunk. | |
| Conflict | Both the Common/Modified and Common/Latest regions of this file are different. | |
| DiffCommon | Modified and Latest regions of this file are identical, but the Common version is different. | |
| Latest | The contents of Common and Latest are different for the range of the hunk. | |
| Modified | The contents of both files are different for the range of the hunk. |