ItemSpec.FromPendingChanges Method

Creates an array of ItemSpec objects out of an array of PendingChanges objects.

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

Syntax

'Declaration
Public Shared Function FromPendingChanges ( _
    pendingChanges As PendingChange() _
) As ItemSpec()
public static ItemSpec[] FromPendingChanges(
    PendingChange[] pendingChanges
)
public:
static array<ItemSpec^>^ FromPendingChanges(
    array<PendingChange^>^ pendingChanges
)
static member FromPendingChanges : 
        pendingChanges:PendingChange[] -> ItemSpec[] 
public static function FromPendingChanges(
    pendingChanges : PendingChange[]
) : ItemSpec[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
An array of ItemSpec objects that contain information from the PendingChanges objects.

.NET Framework Security

See Also

Reference

ItemSpec Class

Microsoft.TeamFoundation.VersionControl.Client Namespace