VersionControlServer.QueryShelvedChanges Method (String, String, array<ItemSpec[], Boolean, array<String )

Gets the shelved changes in the specified Shelveset.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function QueryShelvedChanges ( _
    shelvesetName As String, _
    shelvesetOwner As String, _
    itemSpecs As ItemSpec(), _
    includeDownloadInfo As Boolean, _
    itemPropertyFilters As String() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
    string shelvesetName,
    string shelvesetOwner,
    ItemSpec[] itemSpecs,
    bool includeDownloadInfo,
    string[] itemPropertyFilters
)
public:
array<PendingSet^>^ QueryShelvedChanges(
    String^ shelvesetName, 
    String^ shelvesetOwner, 
    array<ItemSpec^>^ itemSpecs, 
    bool includeDownloadInfo, 
    array<String^>^ itemPropertyFilters
)
member QueryShelvedChanges : 
        shelvesetName:string * 
        shelvesetOwner:string * 
        itemSpecs:ItemSpec[] * 
        includeDownloadInfo:bool * 
        itemPropertyFilters:string[] -> PendingSet[] 
public function QueryShelvedChanges(
    shelvesetName : String, 
    shelvesetOwner : String, 
    itemSpecs : ItemSpec[], 
    includeDownloadInfo : boolean, 
    itemPropertyFilters : String[]
) : PendingSet[]

Parameters

  • shelvesetName
    Type: System.String

    The shelveset name. May be null.

  • shelvesetOwner
    Type: System.String

    The shelveset owner. May be null.

  • includeDownloadInfo
    Type: System.Boolean

    true to get the information needed to download files. Specify false to save bandwidth if not necessary.

  • itemPropertyFilters
    Type: array<System.String[]

    The item property filters.

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
An array of PendingSet objects with the pending changes for the specified Shelveset.

.NET Framework Security

See Also

Reference

VersionControlServer Class

QueryShelvedChanges Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace