共用方式為


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

只取得特定工具的 ServiceUrl 有 ArgumentException 時會擲回的服務 URL 時,如果超過這個工具執行個體的 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 命名空間