DiffSummary Constructor (Int32, Int32, Int32, Int32, Int32)
Creates a DiffSummary with the given values
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Sub New ( _
originalLineCount As Integer, _
modifiedLineCount As Integer, _
totalLinesAdded As Integer, _
totalLinesModified As Integer, _
totalLinesDeleted As Integer _
)
public DiffSummary(
int originalLineCount,
int modifiedLineCount,
int totalLinesAdded,
int totalLinesModified,
int totalLinesDeleted
)
public:
DiffSummary(
int originalLineCount,
int modifiedLineCount,
int totalLinesAdded,
int totalLinesModified,
int totalLinesDeleted
)
new :
originalLineCount:int *
modifiedLineCount:int *
totalLinesAdded:int *
totalLinesModified:int *
totalLinesDeleted:int -> DiffSummary
public function DiffSummary(
originalLineCount : int,
modifiedLineCount : int,
totalLinesAdded : int,
totalLinesModified : int,
totalLinesDeleted : int
)
Parameters
- originalLineCount
Type: System.Int32
- modifiedLineCount
Type: System.Int32
- totalLinesAdded
Type: System.Int32
- totalLinesModified
Type: System.Int32
- totalLinesDeleted
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.