ILocationService.FindServiceDefinitionsByToolType Method

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function FindServiceDefinitionsByToolType ( _
    toolType As String _
) As IEnumerable(Of ServiceDefinition)
IEnumerable<ServiceDefinition> FindServiceDefinitionsByToolType(
    string toolType
)
IEnumerable<ServiceDefinition^>^ FindServiceDefinitionsByToolType(
    String^ toolType
)
abstract FindServiceDefinitionsByToolType : 
        toolType:string -> IEnumerable<ServiceDefinition> 
function FindServiceDefinitionsByToolType(
    toolType : String
) : IEnumerable<ServiceDefinition>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<ServiceDefinition>

.NET Framework Security

See Also

Reference

ILocationService Interface

Microsoft.TeamFoundation.Framework.Client Namespace