This documentation is archived and is not being maintained.
DiffItemShelvedChange Constructor
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: