This documentation is archived and is not being maintained.

IBuildServer::QueryBuildControllersByUri Method (array<Uri>, array<String>, Boolean)

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)

array<IBuildController^>^ QueryBuildControllersByUri(
	array<Uri^>^ buildControllerUris, 
	array<String^>^ propertyNameFilters, 
	bool includeAgents
)

Parameters

buildControllerUris
Type: array<System::Uri>

The URIs of the build controllers.

propertyNameFilters
Type: array<System::String>

The property names to obtain.

includeAgents
Type: System::Boolean

Return Value

Type: array<Microsoft.TeamFoundation.Build.Client::IBuildController>
The build controllers with the given URIs.

Show: