DiffItemShelvedChange Constructor

Initializes a new DiffItemShelvedChange instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    shelvesetName As String, _
    pendingChange As PendingChange _
)
public DiffItemShelvedChange(
    string shelvesetName,
    PendingChange pendingChange
)
public:
DiffItemShelvedChange(
    String^ shelvesetName, 
    PendingChange^ pendingChange
)
new : 
        shelvesetName:string * 
        pendingChange:PendingChange -> DiffItemShelvedChange
public function DiffItemShelvedChange(
    shelvesetName : String, 
    pendingChange : PendingChange
)

Parameters

  • shelvesetName
    Type: System.String

    The name of the shelveset that contains the specified pending change.

.NET Framework Security

See Also

Reference

DiffItemShelvedChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace