命名空间: Microsoft.TeamFoundation.Build.Server
程序集: Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)
语法
声明
Public Function UpdateBuildInformation ( _
requestContext As TeamFoundationRequestContext, _
changes As IList(Of InformationChangeRequest) _
) As List(Of BuildInformationNode)
public List<BuildInformationNode> UpdateBuildInformation(
TeamFoundationRequestContext requestContext,
IList<InformationChangeRequest> changes
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- changes
类型:System.Collections.Generic.IList<InformationChangeRequest>
应用的更改。
返回值
类型:System.Collections.Generic.List<BuildInformationNode>
的信息节点列表添加或更新。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。