This documentation is archived and is not being maintained.
InformationNodeConverters::GetBuildProjectNodes Method (IBuildDetail)
Visual Studio 2013
Gets the build project nodes from the specified build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public: static List<IBuildProjectNode^>^ GetBuildProjectNodes( IBuildDetail^ build )
Parameters
- build
- Type: Microsoft.TeamFoundation.Build.Client::IBuildDetail
The build 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: