DiffSummary, constructeur (Int32, Int32, Int32, Int32, Int32)
Crée un DiffSummary avec les valeurs fournies
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
originalLineCount As Integer, _
modifiedLineCount As Integer, _
totalLinesAdded As Integer, _
totalLinesModified As Integer, _
totalLinesDeleted As Integer _
)
public DiffSummary(
int originalLineCount,
int modifiedLineCount,
int totalLinesAdded,
int totalLinesModified,
int totalLinesDeleted
)
Paramètres
- originalLineCount
Type : System.Int32
- modifiedLineCount
Type : System.Int32
- totalLinesAdded
Type : System.Int32
- totalLinesModified
Type : System.Int32
- totalLinesDeleted
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Common, espace de noms