This documentation is archived and is not being maintained.
IBuildServer.QueryBuildControllersByUri Method (Uri[], String[], Boolean)
Visual Studio 2013
Gets the build controllers that match the given URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
abstract QueryBuildControllersByUri : buildControllerUris:Uri[] * propertyNameFilters:string[] * includeAgents:bool -> IBuildController[]
Parameters
- buildControllerUris
- Type: System.Uri[]
The URIs of the build controllers.
- propertyNameFilters
- Type: System.String[]
The property names to obtain.
- includeAgents
- Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildController[]The build controllers with the given URIs.
- 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.
Show: