共用方式為


ICommonStructureService.GetNodes 方法 (TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)

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

語法

'宣告
Sub GetNodes ( _
    requestContext As TeamFoundationRequestContext, _
    nodeUri As String, _
    <OutAttribute> ByRef nodeInfo As CommonStructureNodeInfo, _
    <OutAttribute> ByRef parents As Dictionary(Of String, List(Of CommonStructureNodeInfo)) _
)
void GetNodes(
    TeamFoundationRequestContext requestContext,
    string nodeUri,
    out CommonStructureNodeInfo nodeInfo,
    out Dictionary<string, List<CommonStructureNodeInfo>> parents
)

參數

.NET Framework 安全性

請參閱

參考

ICommonStructureService 介面

GetNodes 多載

Microsoft.TeamFoundation.Integration.Server 命名空間