This documentation is archived and is not being maintained.

Workspace::GetPendingChangesWithCandidates Method (array<ItemSpec>, Boolean, array<PendingChange>%)

Gets all of the pending changes and candidate changes.

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

public:
array<PendingChange^>^ GetPendingChangesWithCandidates(
	array<ItemSpec^>^ itemSpecs, 
	bool includeDownloadInfo, 
	[OutAttribute] array<PendingChange^>^% candidateChanges
)

Parameters

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

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

includeDownloadInfo
Type: System::Boolean

true to include the information that is required to download files; false not to download the additional information.

candidateChanges
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>%

The pending changes.

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
All of the pending changes and candidate changes.

Show: