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.
Provided an array of BuildDefinition objects, this method will update the build server definitions with the given data.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function UpdateBuildDefinitions ( _
updates As BuildDefinition2010() _
) As List(Of BuildDefinition2010)
[WebMethodAttribute]
public List<BuildDefinition2010> UpdateBuildDefinitions(
BuildDefinition2010[] updates
)
[WebMethodAttribute]
public:
List<BuildDefinition2010^>^ UpdateBuildDefinitions(
array<BuildDefinition2010^>^ updates
)
[<WebMethodAttribute>]
member UpdateBuildDefinitions :
updates:BuildDefinition2010[] -> List<BuildDefinition2010>
public function UpdateBuildDefinitions(
updates : BuildDefinition2010[]
) : List<BuildDefinition2010>
Parameters
updates
Type: array<Microsoft.TeamFoundation.Build.Server.Compatibility.BuildDefinition2010[]The definition objects that should be used to update.
Return Value
Type: System.Collections.Generic.List<BuildDefinition2010>
A list of updated build definition objects.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace