Freigeben über


CodeChurnUtility.ConvertToByte-Methode

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

Syntax

'Declaration
Public Shared Function ConvertToByte ( _
    linesCount As Integer, _
    linesAdded As Integer, _
    linesDeleted As Integer, _
    linesModified As Integer _
) As Byte()
public static byte[] ConvertToByte(
    int linesCount,
    int linesAdded,
    int linesDeleted,
    int linesModified
)

Parameter

Rückgabewert

Typ: array<System.Byte[]

.NET Framework-Sicherheit

Siehe auch

Referenz

CodeChurnUtility Klasse

Microsoft.TeamFoundation.VersionControl.Common-Namespace