This documentation is archived and is not being maintained.

Difference::VisualDiffFiles Method (String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean)

Visual Studio 2013

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

public:
static void VisualDiffFiles(
	String^ sourceFile, 
	String^ targetFile, 
	String^ sourceFileTag, 
	String^ targetFileTag, 
	String^ sourceFileLabel, 
	String^ targetFileLabel, 
	bool isSourceReadOnly, 
	bool isTargetReadOnly, 
	bool deleteSourceOnExit, 
	bool deleteTargetOnExit
)

Parameters

sourceFile
Type: System::String
targetFile
Type: System::String
sourceFileTag
Type: System::String
targetFileTag
Type: System::String
sourceFileLabel
Type: System::String
targetFileLabel
Type: System::String
isSourceReadOnly
Type: System::Boolean
isTargetReadOnly
Type: System::Boolean
deleteSourceOnExit
Type: System::Boolean
deleteTargetOnExit
Type: System::Boolean

Show: