共用方式為


TeamFoundationVersionControlService.QueryProxies 方法

委派會傳回資料列的清單。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
Public Function QueryProxies ( _
    requestContext As TeamFoundationRequestContext, _
    proxyUrls As String() _
) As ProxyInfo()
public ProxyInfo[] QueryProxies(
    TeamFoundationRequestContext requestContext,
    string[] proxyUrls
)

參數

傳回值

型別:array<Microsoft.TeamFoundation.VersionControl.Server.ProxyInfo[]
包含這個伺服器或一個篩選集合的所有已知委派的記錄陣列,如果 proxyUrls 不是空的。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間