Compartilhar via


Método IBuildInformation.GetNodesByTypes (IEnumerable<String>)

Obtém os nós de informações nesta coleção de tipos especificados.

Este método é nonrecursive.

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

Sintaxe

'Declaração
Function GetNodesByTypes ( _
    types As IEnumerable(Of String) _
) As List(Of IBuildInformationNode)
List<IBuildInformationNode> GetNodesByTypes(
    IEnumerable<string> types
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.List<IBuildInformationNode>
A lista de nós nesta coleção de tipos especificados.

Segurança do .NET Framework

Consulte também

Referência

IBuildInformation Interface

Sobrecargas GetNodesByTypes

Namespace Microsoft.TeamFoundation.Build.Client