TeamFoundationLocationService.FindServiceDefinition Method (TeamFoundationRequestContext, String, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function FindServiceDefinition ( _
requestContext As TeamFoundationRequestContext, _
serviceType As String, _
toolId As String _
) As ServiceDefinition
public ServiceDefinition FindServiceDefinition(
TeamFoundationRequestContext requestContext,
string serviceType,
string toolId
)
public:
ServiceDefinition^ FindServiceDefinition(
TeamFoundationRequestContext^ requestContext,
String^ serviceType,
String^ toolId
)
member FindServiceDefinition :
requestContext:TeamFoundationRequestContext *
serviceType:string *
toolId:string -> ServiceDefinition
public function FindServiceDefinition(
requestContext : TeamFoundationRequestContext,
serviceType : String,
toolId : String
) : ServiceDefinition
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serviceType
Type: System.String
- toolId
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.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.
See Also
Reference
TeamFoundationLocationService Class