This documentation is archived and is not being maintained.

Workspace::GetPendingChangesEnumerable Method (array<ItemSpec>)

Gets an enumerable collection of the pending changes for the items and sub-items in this workspace.

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

public:
IEnumerable<PendingChange^>^ GetPendingChangesEnumerable(
	array<ItemSpec^>^ itemSpecs
)

Parameters

itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>

The specifiers for each item, which may be on the server or a local computer.

Return Value

Type: System.Collections.Generic::IEnumerable<PendingChange>
An enumerable collection of the pending changes for the specified items in this workspace.

Show: