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.StringThe name of the shelveset that contains the specified pending change.
pendingChange
Type: Microsoft.TeamFoundation.VersionControl.Client.PendingChangeThe 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.