VersionControlServer.GetPendingChanges Method (Int32[])
Visual Studio 2010
Note: This API is now obsolete.
Gets the PendingChange objects from the repository with the specified IDs.
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
[ObsoleteAttribute("Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")] public PendingChange[] GetPendingChanges( int[] pendingChangeIds )
Parameters
- pendingChangeIds
- Type: System.Int32[]
An array of PendingChange IDs.
Return Value
Type: 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.