共用方式為


CommonStructureService.GetNodes 方法 (TeamFoundationRequestContext, List<String>)

與節點 uris 對應的節點取得清單

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

語法

'宣告
Public Function GetNodes ( _
    requestContext As TeamFoundationRequestContext, _
    nodesUris As List(Of String) _
) As List(Of CommonStructureNodeInfo)
public List<CommonStructureNodeInfo> GetNodes(
    TeamFoundationRequestContext requestContext,
    List<string> nodesUris
)

參數

傳回值

類型:System.Collections.Generic.List<CommonStructureNodeInfo>

實作

ICommonStructureService.GetNodes(TeamFoundationRequestContext, List<String>)

.NET Framework 安全性

請參閱

參考

CommonStructureService 類別

GetNodes 多載

Microsoft.TeamFoundation.Integration.Server 命名空間