IBuildInformation.GetNodesByType 方法 (String, Boolean)

获取具有指定的递归类型作为指定类型的此集合的信息节点。

命名空间:  Microsoft.TeamFoundation.Build.Client
程序集:  Microsoft.TeamFoundation.Build.Client(在 Microsoft.TeamFoundation.Build.Client.dll 中)

语法

声明
Function GetNodesByType ( _
    type As String, _
    recursive As Boolean _
) As List(Of IBuildInformationNode)
List<IBuildInformationNode> GetNodesByType(
    string type,
    bool recursive
)

参数

  • recursive
    类型:System.Boolean
    为递归的 True 通过节点;否则,错误。

返回值

类型:System.Collections.Generic.List<IBuildInformationNode>
节点列表。指定类型的此集合的。

.NET Framework 安全性

请参见

参考

IBuildInformation 接口

GetNodesByType 重载

Microsoft.TeamFoundation.Build.Client 命名空间