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
)
参数
- type
类型:System.String
返回节点的类型。
- recursive
类型:System.Boolean
为递归的 True 通过节点;否则,错误。
返回值
类型:System.Collections.Generic.List<IBuildInformationNode>
节点列表。指定类型的此集合的。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。