Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds, updates, or deletes build information for a set of builds. The output list is indexed parallel to the input list for easy association.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Function UpdateBuildInformation ( _
requestContext As TeamFoundationRequestContext, _
changes As IList(Of InformationChangeRequest) _
) As List(Of BuildInformationNode)
public List<BuildInformationNode> UpdateBuildInformation(
TeamFoundationRequestContext requestContext,
IList<InformationChangeRequest> changes
)
public:
List<BuildInformationNode^>^ UpdateBuildInformation(
TeamFoundationRequestContext^ requestContext,
IList<InformationChangeRequest^>^ changes
)
member UpdateBuildInformation :
requestContext:TeamFoundationRequestContext *
changes:IList<InformationChangeRequest> -> List<BuildInformationNode>
public function UpdateBuildInformation(
requestContext : TeamFoundationRequestContext,
changes : IList<InformationChangeRequest>
) : List<BuildInformationNode>
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
changes
Type: System.Collections.Generic.IList<InformationChangeRequest>The changes to apply.
Return Value
Type: System.Collections.Generic.List<BuildInformationNode>
A list of information nodes that were added or updated.
.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.