This documentation is archived and is not being maintained.

Difference::VisualDiffShelvedChange Method

Compares the specified shelved changes for differences.

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

public:
static void VisualDiffShelvedChange(
	VersionControlServer^ versionControl, 
	String^ shelvesetName, 
	PendingChange^ shelvedChange
)

Parameters

versionControl
Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlServer

The version control server.

shelvesetName
Type: System::String

The name of the shelveset that contains the pending change.

shelvedChange
Type: Microsoft.TeamFoundation.VersionControl.Client::PendingChange

The pending change.

Show: