IBuildInformation.GetNodesByTypes Method (IEnumerable<String>, Boolean)

Gets the information nodes in this collection of the specified types 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 GetNodesByTypes ( _
    types As IEnumerable(Of String), _
    recursive As Boolean _
) As List(Of IBuildInformationNode)
List<IBuildInformationNode> GetNodesByTypes(
    IEnumerable<string> types,
    bool recursive
)
List<IBuildInformationNode^>^ GetNodesByTypes(
    IEnumerable<String^>^ types, 
    bool recursive
)
abstract GetNodesByTypes : 
        types:IEnumerable<string> * 
        recursive:bool -> List<IBuildInformationNode> 
function GetNodesByTypes(
    types : IEnumerable<String>, 
    recursive : boolean
) : List<IBuildInformationNode>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IBuildInformation Interface

GetNodesByTypes Overload

Microsoft.TeamFoundation.Build.Client Namespace