This documentation is archived and is not being maintained.
VersionControlServer::GetPendingChange Method (Int32)
Visual Studio 2013
Note: This API is now obsolete.
Gets the PendingChange object from the repository, with the specified ID.
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: PendingChange^ GetPendingChange( int pendingChangeId )
Parameters
- pendingChangeId
- Type: System::Int32
The PendingChange ID.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::PendingChangeThe PendingChange that matches the specified ID. Otherwise, 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: