Share via


RegistrationUtilities.GetServiceUrlForTool Method (TfsConnection, String, String)

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Shared Function GetServiceUrlForTool ( _
    server As TfsConnection, _
    toolName As String, _
    interfaceName As String _
) As String
public static string GetServiceUrlForTool(
    TfsConnection server,
    string toolName,
    string interfaceName
)
public:
static String^ GetServiceUrlForTool(
    TfsConnection^ server, 
    String^ toolName, 
    String^ interfaceName
)
static member GetServiceUrlForTool : 
        server:TfsConnection * 
        toolName:string * 
        interfaceName:string -> string 
public static function GetServiceUrlForTool(
    server : TfsConnection, 
    toolName : String, 
    interfaceName : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

RegistrationUtilities Class

GetServiceUrlForTool Overload

Microsoft.TeamFoundation.Server Namespace