This documentation is archived and is not being maintained.
IBuildServer.QueryBuildDefinitionsByUri Method (Uri[], String[], QueryOptions)
Visual Studio 2013
Gets the build definitions that match the given URIs. The specified query options determine the amount of data that is retrieved in the query.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
function QueryBuildDefinitionsByUri(
buildDefinitionUris : Uri[],
propertyNameFilters : String[],
options : QueryOptions
) : IBuildDefinition[]
Parameters
- buildDefinitionUris
- Type: System.Uri[]
The build definition URIs.
- propertyNameFilters
- Type: System.String[]
Property names to query
- options
- Type: Microsoft.TeamFoundation.Build.Client.QueryOptions
The options to use when querying for data
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDefinition[]The build definitions. For unmatched URIs, corresponding indices will be null.
- 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: