共用方式為


TeamFoundationJobReportingService.QueryHistory 方法

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Public Function QueryHistory ( _
    requestContext As TeamFoundationRequestContext, _
    maxRowsToReturn As Integer, _
    jobId As Nullable(Of Guid), _
    resultValue As Nullable(Of Integer) _
) As List(Of TeamFoundationJobReportingHistory)
public List<TeamFoundationJobReportingHistory> QueryHistory(
    TeamFoundationRequestContext requestContext,
    int maxRowsToReturn,
    Nullable<Guid> jobId,
    Nullable<int> resultValue
)

參數

傳回值

類型:System.Collections.Generic.List<TeamFoundationJobReportingHistory>

.NET Framework 安全性

請參閱

參考

TeamFoundationJobReportingService 類別

Microsoft.TeamFoundation.Server.Core 命名空間