Freigeben über


CodeChurnUtility.ConvertToInt-Methode

Nimmt einen Codeänderungseigenschaftswert in binärer Form und analysiert werden, um die Codeänderungsdetails zurückzugeben.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

CodeChurnUtility Klasse

Microsoft.TeamFoundation.VersionControl.Common-Namespace