This documentation is archived and is not being maintained.

Workspace::GetPendingChanges Method (array<ItemSpec>)

Gets the pending changes for these items and sub-items in this workspace.

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

public:
array<PendingChange^>^ GetPendingChanges(
	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: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
The pending changes for the specified items in this workspace.

Show: