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

命名空间:  Microsoft.TeamFoundation.Integration.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Sub GetNodes ( _
    requestContext As TeamFoundationRequestContext, _
    nodeUri As String, _
    <OutAttribute> ByRef nodeInfo As CommonStructureNodeInfo, _
    <OutAttribute> ByRef parents As Dictionary(Of String, List(Of CommonStructureNodeInfo)) _
)
public void GetNodes(
    TeamFoundationRequestContext requestContext,
    string nodeUri,
    out CommonStructureNodeInfo nodeInfo,
    out Dictionary<string, List<CommonStructureNodeInfo>> parents
)

参数

实现

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

.NET Framework 安全性

请参见

参考

CommonStructureService 类

GetNodes 重载

Microsoft.TeamFoundation.Integration.Server 命名空间