C# Class Microsoft.TeamFoundation.VersionControl.Client.DiffItem

details of one difference.
Mostra file Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Public Properties

Property Type Description
StartA int
StartB int
deletedA int
insertedB int

Property Details

StartA public_oe property

Start Line number in Data A.
public int StartA
return int

StartB public_oe property

Start Line number in Data B.
public int StartB
return int

deletedA public_oe property

Number of changes in Data A.
public int deletedA
return int

insertedB public_oe property

Number of changes in Data A.
public int insertedB
return int