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 表示要遞迴透過節點;則為,否則為 false。
傳回值
類型:System.Collections.Generic.List<IBuildInformationNode>
在指定之型別的這個集合的節點清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。