Compartilhar via


Método CodeChurnUtility.ConvertToInt

Recebe um valor de propriedade de batedeira de código no formato binário e analisa-o análise para retornar os detalhes de batedeira de código.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

CodeChurnUtility Classe

Namespace Microsoft.TeamFoundation.VersionControl.Common