This documentation is archived and is not being maintained.
InformationNodeConverters::AddConfigurationSummary Method (IBuildInformation, String, String)
Visual Studio 2013
Adds a configuration summary to the specified build information object. Does not save to the server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
[ExtensionAttribute] public: static IConfigurationSummary^ AddConfigurationSummary( IBuildInformation^ buildInformation, String^ flavor, String^ platform )
Parameters
- buildInformation
- Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
The build information object to which the configuration summary will be added.
- flavor
- Type: System::String
The flavor of the configuration.
- platform
- Type: System::String
The platform of the configuration.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IConfigurationSummaryThe added configuration summary.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IBuildInformation. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).- 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: