Partager via


Difference.VisualDiffFiles, méthode (String, String, String, String, String, String, Boolean, Boolean)

Fournit un point d'entrée pour les fichiers comparaison de deux sans avoir à passer d'un objet serveur de contrôle de version

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Client
Assembly :  Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Déclaration
Public Shared Sub VisualDiffFiles ( _
    sourceFile As String, _
    targetFile As String, _
    sourceFileTag As String, _
    targetFileTag As String, _
    sourceFileLabel As String, _
    targetFileLabel As String, _
    isSourceReadOnly As Boolean, _
    isTargetReadOnly As Boolean _
)
public static void VisualDiffFiles(
    string sourceFile,
    string targetFile,
    string sourceFileTag,
    string targetFileTag,
    string sourceFileLabel,
    string targetFileLabel,
    bool isSourceReadOnly,
    bool isTargetReadOnly
)

Paramètres

  • sourceFile
    Type : System.String
    Le fichier source à comparer à la cible.
  • sourceFileTag
    Type : System.String
    La balise du fichier source.
  • targetFileTag
    Type : System.String
    La balise du fichier cible.
  • sourceFileLabel
    Type : System.String
    L'étiquette du fichier source.
  • targetFileLabel
    Type : System.String
    L'étiquette du fichier cible.
  • isSourceReadOnly
    Type : System.Boolean
    Si la source est en lecture seule.
  • isTargetReadOnly
    Type : System.Boolean
    Si la cible est en lecture seule.

Sécurité .NET Framework

Voir aussi

Référence

Difference Classe

VisualDiffFiles, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms