This documentation is archived and is not being maintained.

IBuildInformation::GetNodesByType Method (String, Boolean)

Gets the information nodes in this collection of the specified type that have the specified recursion type.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

List<IBuildInformationNode^>^ GetNodesByType(
	String^ type, 
	bool recursive
)

Parameters

type
Type: System::String

The type of nodes to return.

recursive
Type: System::Boolean

True to recurse through the nodes; otherwise, false.

Return Value

Type: System.Collections.Generic::List<IBuildInformationNode>
The list of nodes in this collection of the specified type.

Show: