This documentation is archived and is not being maintained.
Workspace::QueryShelvedChanges Method (String, String, array<ItemSpec>, Boolean)
Visual Studio 2013
Gets the shelved changes for the specified query.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<PendingSet^>^ QueryShelvedChanges( String^ shelvesetName, String^ shelvesetOwner, array<ItemSpec^>^ itemSpecs, bool includeDownloadInfo )
Parameters
- shelvesetName
- Type: System::String
The shelveset name. May be null.
- shelvesetOwner
- Type: System::String
The user name. May be null.
- itemSpecs
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>
The items for which to obtain shelved changes.
- includeDownloadInfo
- Type: System::Boolean
True to include the information that is required to download files. False not to include.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingSet>An array of pending sets with the pending changes for the shelved changes.
- 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: