This documentation is archived and is not being maintained.
IBuildInformation::GetNodesByTypes Method (IEnumerable<String>)
Visual Studio 2013
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)
Parameters
- types
- Type: System.Collections.Generic::IEnumerable<String>
The enumerable collection of types of nodes to return.
Return Value
Type: System.Collections.Generic::List<IBuildInformationNode>The list of nodes in this collection of the specified types.
- 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.
Show: