CodeChurnUtility.ConvertToInt 方法
並將程式碼變換屬性值的二進位格式並剖析它傳回程式碼變換的詳細資料。
命名空間: Microsoft.TeamFoundation.VersionControl.Common
組件: Microsoft.TeamFoundation.VersionControl.Common (在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)
語法
'宣告
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
)
參數
- byteValue
型別:array<System.Byte[]
- linesCount
型別:System.Int32%
- linesAdded
型別:System.Int32%
- linesDeleted
型別:System.Int32%
- linesModified
型別:System.Int32%
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。