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.
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. 
- pendingChange 
 Type: Microsoft.TeamFoundation.VersionControl.Client.PendingChange- The pending change for which to create a diff item. 
.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.