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)

Syntax

'Declaration
Function GetNodesByType ( _
    type As String, _
    recursive As Boolean _
) As List(Of IBuildInformationNode)
List<IBuildInformationNode> GetNodesByType(
    string type,
    bool recursive
)
List<IBuildInformationNode^>^ GetNodesByType(
    String^ type, 
    bool recursive
)
abstract GetNodesByType : 
        type:string * 
        recursive:bool -> List<IBuildInformationNode> 
function GetNodesByType(
    type : String, 
    recursive : boolean
) : List<IBuildInformationNode>

Parameters

  • 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.

.NET Framework Security

See Also

Reference

IBuildInformation Interface

GetNodesByType Overload

Microsoft.TeamFoundation.Build.Client Namespace