Freigeben über


DiffSegment.Convert-Methode

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

Syntax

'Declaration
Public Shared Function Convert ( _
    diffList As IDiffChange(), _
    originalLength As Integer, _
    modifiedLength As Integer _
) As DiffSegment
public static DiffSegment Convert(
    IDiffChange[] diffList,
    int originalLength,
    int modifiedLength
)

Parameter

  • diffList
    Typ: array<IDiffChange[]

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Common.DiffSegment

.NET Framework-Sicherheit

Siehe auch

Referenz

DiffSegment Klasse

Microsoft.TeamFoundation.VersionControl.Common-Namespace