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 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
- build
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetail
The build from which the top-level build project nodes will be retrieved.
Return Value
Type: System.Collections.Generic.List<IBuildProjectNode>
The build project nodes.
.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.