This documentation is archived and is not being maintained.

DiffItemShelvedChange Constructor

Initializes a new DiffItemShelvedChange instance.

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

public:
DiffItemShelvedChange(
	String^ shelvesetName, 
	PendingChange^ pendingChange
)

Parameters

shelvesetName
Type: System::String

The name of the shelveset that contains the specified pending change.

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

The pending change for which to create a diff item.

Show: