RegistrationUtilities.GetServiceUrlForTool 方法 (TfsConnection, String, String)

获取特定工具的ServiceUrl有一个服务URL的ArgumentException只能引发,如果具有多此工具实例的一ServiceUrl,如果ServiceInstances没有为此工具名称返回RegistrationEntryRetrievalException会引发。

命名空间:  Microsoft.TeamFoundation.Server
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
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
)

参数

返回值

类型:System.String
服务URL对应于提供工具实例名称

.NET Framework 安全性

请参见

参考

RegistrationUtilities 类

GetServiceUrlForTool 重载

Microsoft.TeamFoundation.Server 命名空间