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

details of one difference.
Afficher le fichier Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Méthodes publiques

Свойство 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
Résultat int

StartB public_oe property

Start Line number in Data B.
public int StartB
Résultat int

deletedA public_oe property

Number of changes in Data A.
public int deletedA
Résultat int

insertedB public_oe property

Number of changes in Data A.
public int insertedB
Résultat int