Interface for a ConfigurationSummary type of IBuildInformationNode.
To obtain an IConfigurationSummary, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IConfigurationSummary
public interface IConfigurationSummary
public interface class IConfigurationSummary
type IConfigurationSummary =  interface end
public interface IConfigurationSummary
The IConfigurationSummary type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CodeCoverageSummaries | Obsolete. Gets the code coverage summaries that are associated with this configuration. | 
| .gif) | CompilationSummaries | Obsolete. Gets the top-level compilation summaries that are associated with this configuration. | 
| .gif) | Flavor | Gets or sets the flavor of this configuration. | 
| .gif) | FullName | Gets the full name of this configuration. This ncludes platform and flavor. | 
| .gif) | Id | Gets the ID of the underlying IBuildInformationNode of this configuration summary. | 
| .gif) | LogFile | Obsolete. Gets or sets the full path of the errors/warnings log file for this configuration. | 
| .gif) | Node | Gets the underlying IBuildInformationNode. | 
| .gif) | Platform | Gets or sets the platform of this configuration. | 
| .gif) | TestSummaries | Obsolete. Gets the test summaries that are associated with this configuration. | 
| .gif) | TotalCompilationErrors | Gets the total number of compilation errors that were encountered for this configuration. | 
| .gif) | TotalCompilationWarnings | Gets the total number of compilation warnings that were encountered for this configuration. | 
| .gif) | TotalStaticAnalysisErrors | Gets the total number of static analysis errors that were encountered for this configuration. | 
| .gif) | TotalStaticAnalysisWarnings | Gets the total number of static analysis warnings that were encountered for this configuration. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddCodeCoverageSummary | Obsolete. Adds a child code coverage summary to this configuration summary. | 
| .gif) | AddCompilationSummary | Obsolete. Adds a child compilation summary to this configuration summary. | 
| .gif) | AddTestSummary | Obsolete. Adds a child test summary to this configuration summary. | 
| .gif) | GetTopLevelProjects | Gets the top-level projects for this configuration. | 
| .gif) | Save | Saves the configuration summary to the server. | 
Top