This documentation is archived and is not being maintained.

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)

public:
static array<ItemSpec^>^ FromPendingChanges(
	array<PendingChange^>^ pendingChanges
)

Parameters

pendingChanges
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>

An array of objects.

Return Value

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

Show: