This documentation is archived and is not being maintained.
VersionControlServer::GetPendingChanges Method (array<Int32>)
Visual Studio 2013
Note: This API is now obsolete.
Gets the PendingChange objects from the repository with the specified IDs.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
[ObsoleteAttribute(L"Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")] public: array<PendingChange^>^ GetPendingChanges( array<int>^ pendingChangeIds )
Parameters
- pendingChangeIds
- Type: array<System::Int32>
An array of PendingChange IDs.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>An array of PendingChange objects that match the specified IDs.
If a PendingChange cannot be found for a specific ID, then the corresponding element in the output array will be null.
- 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: