Freigeben über


IBuildInformation.GetNodesByType-Methode (String)

Ruft die Informationsknoten in dieser Auflistung des angegebenen Typs ab.

Diese Methode ist nicht wiederholbar.

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

Syntax

'Declaration
Function GetNodesByType ( _
    type As String _
) As List(Of IBuildInformationNode)
List<IBuildInformationNode> GetNodesByType(
    string type
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<IBuildInformationNode>
Die Liste der Knoten in dieser Auflistung des angegebenen Typs.

.NET Framework-Sicherheit

Siehe auch

Referenz

IBuildInformation Schnittstelle

GetNodesByType-Überladung

Microsoft.TeamFoundation.Build.Client-Namespace