Share via


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

'宣言
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

  • shelvesetName
    Type: System.String
    The name of the shelveset that contains the pending change.

.NET Framework Security

See Also

Reference

Difference Class

Microsoft.TeamFoundation.VersionControl.Client Namespace