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
- toolType
Type: System.String
Return Value
Type: System.Collections.Generic.IEnumerable<ServiceDefinition>
.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.