VersionControlServer.QueryShelvedChanges Method (Shelveset, ItemSpec[])
Visual Studio 2010
Gets the shelved changes in the specified Shelveset.
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public PendingSet[] QueryShelvedChanges(
Shelveset shelveset,
ItemSpec[] itemSpecs
)
Parameters
- shelveset
- Type: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
The shelveset to query.
- itemSpecs
- Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
An array of ItemSpec objects for the items to query.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]An array of PendingSet objects with the pending changes for the specified Shelveset.
- 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.