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 表示要遞迴透過節點;則為,否則為 false。

傳回值

類型:System.Collections.Generic.List<IBuildInformationNode>
在指定之型別的這個集合的節點清單。

.NET Framework 安全性

請參閱

參考

IBuildInformation 介面

GetNodesByType 多載

Microsoft.TeamFoundation.Build.Client 命名空間