This documentation is archived and is not being maintained.
VersionControlServer.QueryShelvedChanges Method (String, String, ItemSpec[], Boolean, String[])
Visual Studio 2013
Gets the shelved changes in the specified Shelveset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public PendingSet[] QueryShelvedChanges( string shelvesetName, string shelvesetOwner, ItemSpec[] itemSpecs, bool includeDownloadInfo, string[] itemPropertyFilters )
Parameters
- shelvesetName
- Type: System.String
The shelveset name. May be null.
- shelvesetOwner
- Type: System.String
The shelveset owner. May be null.
- itemSpecs
- Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
Gets the shelved changes in the specified Shelveset.
- includeDownloadInfo
- Type: System.Boolean
true to get the information needed to download files. Specify false to save bandwidth if not necessary.
- itemPropertyFilters
- Type: System.String[]
The item property filters.
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.
Show: