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)
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.VersionControlServerThe version control server.
shelvesetName
Type: System.StringThe name of the shelveset that contains the pending change.
shelvedChange
Type: Microsoft.TeamFoundation.VersionControl.Client.PendingChangeThe 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.