ContentController.GetBuildInformation 方法

检索信息节点与与 id(-4) buildId 的生成

命名空间:  Microsoft.TeamFoundation.Build.Server.Rest
程序集:  Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)

语法

声明
<HttpGetAttribute> _
Public Function GetBuildInformation ( _
    buildId As Integer _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetBuildInformation(
    int buildId
)

参数

返回值

类型:System.Net.Http.HttpResponseMessage
查询列出生成信息节点

.NET Framework 安全性

请参阅

参考

ContentController 类

Microsoft.TeamFoundation.Build.Server.Rest 命名空间