Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Saves any changes made to the build controllers to the server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function SaveBuildControllers ( _
controllers As IBuildController() _
) As IBuildController()
IBuildController[] SaveBuildControllers(
IBuildController[] controllers
)
array<IBuildController^>^ SaveBuildControllers(
array<IBuildController^>^ controllers
)
abstract SaveBuildControllers :
controllers:IBuildController[] -> IBuildController[]
function SaveBuildControllers(
controllers : IBuildController[]
) : IBuildController[]
Parameters
- controllers
Type: array<Microsoft.TeamFoundation.Build.Client.IBuildController[]
The controllers to be saved.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client.IBuildController[]
The saved build controllers.
.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.