This documentation is archived and is not being maintained.
InformationNodeConverters::GetCustomSummaryInformation Method
Visual Studio 2013
Converts a single Information node of type CustomSummaryInformation into an ICustomSummaryInformation object.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public: static ICustomSummaryInformation^ GetCustomSummaryInformation( IBuildInformationNode^ node )
Parameters
- node
- Type: Microsoft.TeamFoundation.Build.Client::IBuildInformationNode
The build information node.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::ICustomSummaryInformationThe Custom Summary Information node.
- 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: