Interface for a BuildProjectNode type of IBuildInformationNode. To obtain an IBuildProjectNode, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IBuildProjectNode
public interface IBuildProjectNode
public interface class IBuildProjectNode
type IBuildProjectNode =  interface end
public interface IBuildProjectNode
The IBuildProjectNode type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Children | Gets the project node child nodes of this project node. | 
| .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) | FinishTime | Gets or sets the time when the invocation of the project was completed. | 
| .gif) | Flavor | Gets or sets the flavor for which this project was built. | 
| .gif) | LocalPath | Gets or sets the local path of this project. | 
| .gif) | LogFile | Gets the log file for this project. | 
| .gif) | Node | Gets the underlying IBuildInformationNode. | 
| .gif) | Parent | Gets the project node parent of this compilation summary. May be null. | 
| .gif) | Platform | Gets or sets the platform for which this project was built. | 
| .gif) | ServerPath | Gets or sets the server path of this project. | 
| .gif) | StartTime | Gets or sets the time when the project was invoked. | 
| .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. | 
| .gif) | TargetNames | Gets or sets the targets on which the project was invoked. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddBuildProjectNode | Adds a child project node to this project node. | 
| .gif) | GetErrors | Gets all the errors for this project and all its child nodes. | 
| .gif) | GetWarnings | Gets all the warnings for this project and all its child nodes. | 
| .gif) | Save | Saves the build project to the server. | 
Top