Gets a configuration summary from the specified build information object.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Shared Function GetConfigurationSummary ( _
    buildInformation As IBuildInformation, _
    flavor As String, _
    platform As String _
) As IConfigurationSummary
public static IConfigurationSummary GetConfigurationSummary(
    IBuildInformation buildInformation,
    string flavor,
    string platform
)
public:
static IConfigurationSummary^ GetConfigurationSummary(
    IBuildInformation^ buildInformation, 
    String^ flavor, 
    String^ platform
)
static member GetConfigurationSummary : 
        buildInformation:IBuildInformation * 
        flavor:string * 
        platform:string -> IConfigurationSummary
public static function GetConfigurationSummary(
    buildInformation : IBuildInformation, 
    flavor : String, 
    platform : String
) : IConfigurationSummary
Parameters
- buildInformation 
 Type: Microsoft.TeamFoundation.Build.Client.IBuildInformation- The build information object from which the configuration summary will be retrieved. 
- flavor 
 Type: System.String- The flavor of the desired configuration. 
- platform 
 Type: System.String- The platform of the desired configuration. 
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IConfigurationSummary
The desired configuration summary, or null if none was found for the given platform and flavor.
.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