Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares the specified shelved changes for differences.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Sub VisualDiffShelvedChange ( _
versionControl As VersionControlServer, _
shelvesetName As String, _
shelvedChange As PendingChange _
)
public static void VisualDiffShelvedChange(
VersionControlServer versionControl,
string shelvesetName,
PendingChange shelvedChange
)
public:
static void VisualDiffShelvedChange(
VersionControlServer^ versionControl,
String^ shelvesetName,
PendingChange^ shelvedChange
)
static member VisualDiffShelvedChange :
versionControl:VersionControlServer *
shelvesetName:string *
shelvedChange:PendingChange -> unit
public static function VisualDiffShelvedChange(
versionControl : VersionControlServer,
shelvesetName : String,
shelvedChange : PendingChange
)
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.
.NET Framework Security
- 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.