This documentation is archived and is not being maintained.
VersionControlServer::GetPendingSets Method
Visual Studio 2013
Gets the PendingSet objects for the specified query.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<PendingSet^>^ GetPendingSets( array<String^>^ items, RecursionType recursion )
Parameters
- items
- Type: array<System::String>
An array of paths to the items to query for pending changes.
- recursion
- Type: Microsoft.TeamFoundation.VersionControl.Client::RecursionType
Recursion level to query pending changes.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingSet>An array of PendingSet objects that contain the PendingChange objects for each of the specified items. If a path in items did not resolve to an Item, the element in the corresponding index of the returned 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: