共用方式為


ConnectedServicesController.GetConnectedServices 方法 (String)

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

語法

'宣告
<HttpGetAttribute> _
Public Function GetConnectedServices ( _
    projectId As String _
) As IEnumerable(Of WebApiConnectedService)
[HttpGetAttribute]
public IEnumerable<WebApiConnectedService> GetConnectedServices(
    string projectId
)

參數

傳回值

類型:System.Collections.Generic.IEnumerable<WebApiConnectedService>

.NET Framework 安全性

請參閱

參考

ConnectedServicesController 類別

GetConnectedServices 多載

Microsoft.TeamFoundation.Server.Core.Rest 命名空間