Freigeben über


Repository.QueryPendingChangesById-Methode

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
)

Parameter

Rückgabewert

Typ: array<Microsoft.TeamFoundation.VersionControl.Server.PendingChange[]
Gibt PendingChange zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace