VersionControlServer.QueryShelvedChanges Method (Shelveset)

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

'宣言
Public Function QueryShelvedChanges ( _
    shelveset As Shelveset _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
    Shelveset shelveset
)
public:
array<PendingSet^>^ QueryShelvedChanges(
    Shelveset^ shelveset
)
member QueryShelvedChanges : 
        shelveset:Shelveset -> PendingSet[] 
public function QueryShelvedChanges(
    shelveset : Shelveset
) : PendingSet[]

Parameters

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