ThirdPartyRunner.RunCompare, méthode
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
Public Shared Sub RunCompare ( _
originalFile As String, _
modifiedFile As String, _
commandLineOptions As String, _
originalLabel As String, _
modifiedLabel As String, _
sourceLabelTag As String, _
sourceLabelFile As String, _
targetLabelTag As String, _
targetLabelFile As String, _
isSourceFileTemp As Boolean, _
isTargetFileTemp As Boolean, _
exitedHandler As EventHandler, _
wait As Boolean, _
modalExperience As Boolean _
)
public static void RunCompare(
string originalFile,
string modifiedFile,
string commandLineOptions,
string originalLabel,
string modifiedLabel,
string sourceLabelTag,
string sourceLabelFile,
string targetLabelTag,
string targetLabelFile,
bool isSourceFileTemp,
bool isTargetFileTemp,
EventHandler exitedHandler,
bool wait,
bool modalExperience
)
Paramètres
- originalFile
Type : System.String
- modifiedFile
Type : System.String
- commandLineOptions
Type : System.String
- originalLabel
Type : System.String
- modifiedLabel
Type : System.String
- sourceLabelTag
Type : System.String
- sourceLabelFile
Type : System.String
- targetLabelTag
Type : System.String
- targetLabelFile
Type : System.String
- isSourceFileTemp
Type : System.Boolean
- isTargetFileTemp
Type : System.Boolean
- exitedHandler
Type : System.EventHandler
- wait
Type : System.Boolean
- modalExperience
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Client, espace de noms