Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the build service hosts that match the specified URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function QueryBuildServiceHostsByUri ( _
buildServiceHostUris As Uri() _
) As IBuildServiceHost()
IBuildServiceHost[] QueryBuildServiceHostsByUri(
Uri[] buildServiceHostUris
)
array<IBuildServiceHost^>^ QueryBuildServiceHostsByUri(
array<Uri^>^ buildServiceHostUris
)
abstract QueryBuildServiceHostsByUri :
buildServiceHostUris:Uri[] -> IBuildServiceHost[]
function QueryBuildServiceHostsByUri(
buildServiceHostUris : Uri[]
) : IBuildServiceHost[]
Parameters
buildServiceHostUris
Type: array<System.Uri[]The URIs of the build service hosts.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client.IBuildServiceHost[]
The build service hosts for 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.