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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- pendingChangeIds
Type: array<System.Int32[]
- generateDownloadUrls
Type: System.Boolean
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Server.PendingChange[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.