Udostępnij za pośrednictwem


Metoda Difference.DiffFiles — (String, Int32, String, Int32, DiffOptions)

Porównuje dwa pliki przy użyciu aparatu wewnętrznej różnicowego i zwraca listę łączoną DiffSegments.

Przestrzeń nazw:  Microsoft.TeamFoundation.VersionControl.Client
Zestaw:  Microsoft.TeamFoundation.VersionControl.Client (w Microsoft.TeamFoundation.VersionControl.Client.dll)

Składnia

'Deklaracja
Public Shared Function DiffFiles ( _
    source As String, _
    sourceCodePage As Integer, _
    target As String, _
    targetCodePage As Integer, _
    diffOpts As DiffOptions _
) As DiffSegment
public static DiffSegment DiffFiles(
    string source,
    int sourceCodePage,
    string target,
    int targetCodePage,
    DiffOptions diffOpts
)

Parametry

  • source
    Typ: System.String
    Lokalna ścieżka pliku źródłowego.
  • sourceCodePage
    Typ: System.Int32
    Strona kodowania pliku źródłowego.
  • targetCodePage
    Typ: System.Int32
    Strona kodowania pliku docelowego.

Wartość zwracana

Typ: Microsoft.TeamFoundation.VersionControl.Common.DiffSegment
Listę łączoną DiffSegments.

Uwagi

The sourceCodePage must equal the targetCodePage.

Jeśli pliki mają różne strony kodowe, obiekt wywołujący należy przekonwertować je do wspólnej strony kodowej.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

Difference Klasa

Przeciążenie DiffFiles

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client