Freigeben über


InformationNodeConverters.GetTopLevelProjects-Methode (IBuildDetail)

Ruft die Buildprojektknoten der obersten Ebene aus dem angegebenen Build ab.

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

Syntax

'Declaration
Public Shared Function GetTopLevelProjects ( _
    build As IBuildDetail _
) As List(Of IBuildProjectNode)
public static List<IBuildProjectNode> GetTopLevelProjects(
    IBuildDetail build
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<IBuildProjectNode>
Die Buildprojektknoten.

.NET Framework-Sicherheit

Siehe auch

Referenz

InformationNodeConverters Klasse

GetTopLevelProjects-Überladung

Microsoft.TeamFoundation.Build.Client-Namespace