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 the build controllers that match the specified URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function QueryBuildControllersByUri ( _
buildControllerUris As Uri(), _
includeAgents As Boolean _
) As IBuildController()
IBuildController[] QueryBuildControllersByUri(
Uri[] buildControllerUris,
bool includeAgents
)
array<IBuildController^>^ QueryBuildControllersByUri(
array<Uri^>^ buildControllerUris,
bool includeAgents
)
abstract QueryBuildControllersByUri :
buildControllerUris:Uri[] *
includeAgents:bool -> IBuildController[]
function QueryBuildControllersByUri(
buildControllerUris : Uri[],
includeAgents : boolean
) : IBuildController[]
Parameters
- buildControllerUris
Type: array<System.Uri[]
The URIs of the build controllers.
- includeAgents
Type: System.Boolean
True to include build agents; otherwise, false.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client.IBuildController[]
The build controllers with the specified URIs.
.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.