TeamFoundationVersionControlService.QueryPendingChangesById Method

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace