Freigeben über


InformationNodeConverters.GetTopLevelProjects-Methode (IBuildInformation)

Ruft Buildprojektknoten der obersten Ebene aus dem angegebenen Buildinformationsobjekt ab.

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

Syntax

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

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