ICompilationSummary Members
Include Protected Members
Include Inherited Members
This interface is a helper interface for IBuildInformationNode of type "CompilationSummary". Use the InformationNodeConverters class to obtain an ICompilationSummary.
The ICompilationSummary type exposes the following members.
Methods
Name
Description
Adds a child compilation summary to the compilation summary.
Saves the compilation summary to the server.
Top
Properties
Name
Description
Gets the child compilation summaries of this compilation summary.
Gets or sets the number of compilation errors encountered for this project.
Gets or sets the number of compilation warnings encountered for this project.
Gets the ID of the compilation summary's underlying IBuildInformationNode.
Gets the compilation summary parent of this compilation summary. This property can be nulla null reference (Nothing in Visual Basic).
Gets or sets the project that is summarized by this compilation summary.
Gets or sets the number of static analysis errors encountered for this project.
Gets or sets the number of static analysis warnings encountered for this project.
Top