ILocationService.FindServiceDefinitions Method

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

Syntax

'Declaration
Function FindServiceDefinitions ( _
    serviceType As String _
) As IEnumerable(Of ServiceDefinition)
IEnumerable<ServiceDefinition> FindServiceDefinitions(
    string serviceType
)
IEnumerable<ServiceDefinition^>^ FindServiceDefinitions(
    String^ serviceType
)
abstract FindServiceDefinitions : 
        serviceType:string -> IEnumerable<ServiceDefinition> 
function FindServiceDefinitions(
    serviceType : 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