This documentation is archived and is not being maintained.
Difference::VisualDiffShelvedChange Method
Visual Studio 2013
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.
- 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: