InformationNodeConverters.GetCustomSummaryInformation Method
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)
Syntax
'Declaration
Public Shared Function GetCustomSummaryInformation ( _
node As IBuildInformationNode _
) As ICustomSummaryInformation
public static ICustomSummaryInformation GetCustomSummaryInformation(
IBuildInformationNode node
)
public:
static ICustomSummaryInformation^ GetCustomSummaryInformation(
IBuildInformationNode^ node
)
static member GetCustomSummaryInformation :
node:IBuildInformationNode -> ICustomSummaryInformation
public static function GetCustomSummaryInformation(
node : IBuildInformationNode
) : ICustomSummaryInformation
Parameters
node
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationNodeThe build information node.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation
The Custom Summary Information node.
.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.