This documentation is archived and is not being maintained.
IBuildServer::QueryBuildDefinitionsByUri Method (array<Uri>)
Visual Studio 2013
Gets the build definitions that match the specified URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
array<IBuildDefinition^>^ QueryBuildDefinitionsByUri( array<Uri^>^ buildDefinitionUris )
Parameters
- buildDefinitionUris
- Type: array<System::Uri>
The build definition URIs.
Return Value
Type: array<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: