ItemSpec Constructor (PendingChange)

Initializes a new ItemSpec instance.

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

Syntax

'Declaration
Public Sub New ( _
    pendingChange As PendingChange _
)
public ItemSpec(
    PendingChange pendingChange
)
public:
ItemSpec(
    PendingChange^ pendingChange
)
new : 
        pendingChange:PendingChange -> ItemSpec
public function ItemSpec(
    pendingChange : PendingChange
)

Parameters

.NET Framework Security

See Also

Reference

ItemSpec Class

ItemSpec Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace