InformationNodeConverters.GetTopLevelProjects Method (IBuildDetail)

Gets the top-level build project nodes from the specified build.

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
)
public:
static List<IBuildProjectNode^>^ GetTopLevelProjects(
    IBuildDetail^ build
)
static member GetTopLevelProjects : 
        build:IBuildDetail -> List<IBuildProjectNode> 
public static function GetTopLevelProjects(
    build : IBuildDetail
) : List<IBuildProjectNode>

Parameters

Return Value

Type: System.Collections.Generic.List<IBuildProjectNode>
The build project nodes.

.NET Framework Security

See Also

Reference

InformationNodeConverters Class

GetTopLevelProjects Overload

Microsoft.TeamFoundation.Build.Client Namespace