Note: This API is now obsolete.
Interface for a CompilationSummary type of IBuildInformationNode.
To obtain an ICompilationSummary, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
<ObsoleteAttribute("This class has been deprecated. Please remove all references.",  _
    False)> _
Public Interface ICompilationSummary
[ObsoleteAttribute("This class has been deprecated. Please remove all references.", 
    false)]
public interface ICompilationSummary
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.", 
    false)]
public interface class ICompilationSummary
[<ObsoleteAttribute("This class has been deprecated. Please remove all references.", 
    false)>]
type ICompilationSummary =  interface end
public interface ICompilationSummary
The ICompilationSummary type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Children | Gets the child nodes of this compilation summary. | 
| .gif) | CompilationErrors | Gets or sets the number of compilation errors that were encountered for this project. | 
| .gif) | CompilationWarnings | Gets or sets the number of compilation warnings that were encountered for this project. | 
| .gif) | Id | Gets the ID of the underlying IBuildInformationNode of the compilation summary. | 
| .gif) | Node | Gets the underlying IBuildInformationNode. | 
| .gif) | Parent | Gets the compilation summary parent of this compilation summary. May be null if this node has no parent. | 
| .gif) | ProjectFile | Gets or sets the project whose compilation is summarized by this compilation summary. | 
| .gif) | StaticAnalysisErrors | Gets or sets the number of static analysis errors that were encountered for this project. | 
| .gif) | StaticAnalysisWarnings | Gets or sets the number of static analysis warnings that were encountered for this project. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddCompilationSummary | Adds a child compilation summary to this compilation summary. | 
| .gif) | Save | Saves the compilation summary to the server. | 
Top