This documentation is archived and is not being maintained.
Workspace::GetPendingChangesWithCandidates Method (array<ItemSpec>, Boolean, array<PendingChange>%)
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: