Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- types
Type: System.Collections.Generic.IEnumerable<String>
The enumerable collection of types of nodes to return.
- recursive
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<IBuildInformationNode>
The list of nodes in this collection of the specified types.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.