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

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Common Namespace