Repository.QueryPendingChangesById Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryPendingChangesById ( _
    pendingChangeIds As Integer(), _
    generateDownloadUrls As Boolean _
) As PendingChange()
[WebMethodAttribute]
public PendingChange[] QueryPendingChangesById(
    int[] pendingChangeIds,
    bool generateDownloadUrls
)
[WebMethodAttribute]
public:
array<PendingChange^>^ QueryPendingChangesById(
    array<int>^ pendingChangeIds, 
    bool generateDownloadUrls
)
[<WebMethodAttribute>]
member QueryPendingChangesById : 
        pendingChangeIds:int[] * 
        generateDownloadUrls:bool -> PendingChange[] 
public function QueryPendingChangesById(
    pendingChangeIds : int[], 
    generateDownloadUrls : boolean
) : PendingChange[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Server.PendingChange[]
Returns PendingChange.

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace