InformationNodeConverters.GetCustomSummaryInformationNodes Method (IBuildInformation)
Gets all of the Custom Summary Information nodes from a build information object.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Shared Function GetCustomSummaryInformationNodes ( _
buildInformation As IBuildInformation _
) As List(Of ICustomSummaryInformation)
public static List<ICustomSummaryInformation> GetCustomSummaryInformationNodes(
IBuildInformation buildInformation
)
public:
static List<ICustomSummaryInformation^>^ GetCustomSummaryInformationNodes(
IBuildInformation^ buildInformation
)
static member GetCustomSummaryInformationNodes :
buildInformation:IBuildInformation -> List<ICustomSummaryInformation>
public static function GetCustomSummaryInformationNodes(
buildInformation : IBuildInformation
) : List<ICustomSummaryInformation>
Parameters
buildInformation
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationThe build information.
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