This documentation is archived and is not being maintained.
Workspace::QueryPendingSets Method (array<ItemSpec>, String, String, Boolean, array<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<ItemSpec^>^ itemSpecs, String^ queryWorkspaceName, String^ queryUserName, bool includeDownloadInfo, array<String^>^ itemPropertyFilters )
Parameters
- itemSpecs
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>
The items to query for pending changes.
- queryWorkspaceName
- Type: System::String
The workspace name. May be null.
- queryUserName
- Type: System::String
The user name. May be null.
- includeDownloadInfo
- Type: System::Boolean
True to include the information that is required to download files. False not to include the additional information.
- itemPropertyFilters
- Type: array<System::String>
List of property filters.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingSet>An array of pending sets with the pending changes for the 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: