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.
Gets all build controllers.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function QueryBuildControllers ( _
includeAgents As Boolean _
) As IBuildController()
IBuildController[] QueryBuildControllers(
bool includeAgents
)
array<IBuildController^>^ QueryBuildControllers(
bool includeAgents
)
abstract QueryBuildControllers :
includeAgents:bool -> IBuildController[]
function QueryBuildControllers(
includeAgents : boolean
) : IBuildController[]
Parameters
- includeAgents
Type: System.Boolean
True to include build agents; otherwise, false.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client.IBuildController[]
All of the 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.