This documentation is archived and is not being maintained.
InformationNodeConverters::GetTopLevelProjects Method (IBuildInformation)
Visual Studio 2013
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)
public: static List<IBuildProjectNode^>^ GetTopLevelProjects( IBuildInformation^ buildInformation )
Parameters
- buildInformation
- Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
The build information object from which the build project nodes will be retrieved.
- 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.
Show: