This documentation is archived and is not being maintained.

Workspace::QueryShelvedChanges Method (String, String, array<ItemSpec>)

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
)

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.

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingSet>
An array of pending sets with the shelved changes.

Show: