Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Shared Function GetCustomSummaryInformationNodes ( _
build As IBuildDetail _
) As List(Of ICustomSummaryInformation)
public static List<ICustomSummaryInformation> GetCustomSummaryInformationNodes(
IBuildDetail build
)
public:
static List<ICustomSummaryInformation^>^ GetCustomSummaryInformationNodes(
IBuildDetail^ build
)
static member GetCustomSummaryInformationNodes :
build:IBuildDetail -> List<ICustomSummaryInformation>
public static function GetCustomSummaryInformationNodes(
build : IBuildDetail
) : List<ICustomSummaryInformation>
Parameters
build
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetailThe build.
Return Value
Type: System.Collections.Generic.List<ICustomSummaryInformation>
The Custom Summary Information 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.
See Also
Reference
InformationNodeConverters Class