This documentation is archived and is not being maintained.
InformationNodeConverters::GetCustomSummaryInformationNodes Method (IBuildDetail)
Visual Studio 2013
Gets all of the Custom Summary Information nodes from a build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public: static List<ICustomSummaryInformation^>^ GetCustomSummaryInformationNodes( IBuildDetail^ build )
Parameters
- build
- Type: Microsoft.TeamFoundation.Build.Client::IBuildDetail
The build.
Return Value
Type: System.Collections.Generic::List<ICustomSummaryInformation>The Custom Summary Information nodes.
- 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: