This documentation is archived and is not being maintained.
VersionControlServer::QueryPendingSets Method (array<String>, RecursionType, String, String)
Visual Studio 2013
Gets the pending changes for the specified query.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<PendingSet^>^ QueryPendingSets( array<String^>^ items, RecursionType recursion, String^ queryWorkspaceName, String^ queryUserName )
Parameters
- items
- Type: array<System::String>
An array of local or server paths to the items to query for.
- recursion
- Type: Microsoft.TeamFoundation.VersionControl.Client::RecursionType
Recursion level for the query.
- queryWorkspaceName
- Type: System::String
The workspace name (may be null).
- queryUserName
- Type: System::String
The user name (may be null), which is the workspace owner if the workspace name is not null.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingSet>An array of PendingSet objects containing the pending changes for the specified server items.
- 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: