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
'Декларация
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.