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.
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
- 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.
.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.