CodeChurnUtility.ConvertToInt, méthode
Prend une valeur de propriété d'évolution du code sous forme binaire et l'analyse pour retourner les détails d'évolution du code.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Shared Sub ConvertToInt ( _
byteValue As Byte(), _
<OutAttribute> ByRef linesCount As Integer, _
<OutAttribute> ByRef linesAdded As Integer, _
<OutAttribute> ByRef linesDeleted As Integer, _
<OutAttribute> ByRef linesModified As Integer _
)
public static void ConvertToInt(
byte[] byteValue,
out int linesCount,
out int linesAdded,
out int linesDeleted,
out int linesModified
)
Paramètres
- byteValue
Type : array<System.Byte[]
- linesCount
Type : System.Int32%
- linesAdded
Type : System.Int32%
- linesDeleted
Type : System.Int32%
- linesModified
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