Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets top-level build project nodes from the specified build information object.
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
)
public:
static List<IBuildProjectNode^>^ GetTopLevelProjects(
IBuildInformation^ buildInformation
)
static member GetTopLevelProjects :
buildInformation:IBuildInformation -> List<IBuildProjectNode>
public static function GetTopLevelProjects(
buildInformation : IBuildInformation
) : List<IBuildProjectNode>
Parameters
buildInformation
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationThe build information object from which the 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.