IBuildInformation.GetNodesByTypes Method (IEnumerable<String>)

Gets the information nodes in this collection of the specified types.

This method is nonrecursive.

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) _
) As List(Of IBuildInformationNode)
List<IBuildInformationNode> GetNodesByTypes(
    IEnumerable<string> types
)
List<IBuildInformationNode^>^ GetNodesByTypes(
    IEnumerable<String^>^ types
)
abstract GetNodesByTypes : 
        types:IEnumerable<string> -> List<IBuildInformationNode> 
function GetNodesByTypes(
    types : IEnumerable<String>
) : 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