CodeChurnUtility.ConvertToInt-Methode
Nimmt einen Codeänderungseigenschaftswert in binärer Form und analysiert sie, um den 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
- byteValue
Typ: array<System.Byte[]
- linesCount
Typ: System.Int32%
- linesAdded
Typ: System.Int32%
- linesDeleted
Typ: System.Int32%
- linesModified
Typ: System.Int32%
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.