Interface for a single piece of hierarchical information about a build.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IBuildInformationNode
public interface IBuildInformationNode
public interface class IBuildInformationNode
type IBuildInformationNode =  interface end
public interface IBuildInformationNode
The IBuildInformationNode type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Children | Gets the child nodes of this information node. | 
| .gif) | Fields | Gets the custom name-value pairs that are associated with this information node. | 
| .gif) | Id | Gets the ID of this information node. | 
| .gif) | LastModifiedBy | Gets the user who last modified this information node. | 
| .gif) | LastModifiedDate | Gets the date when this information node was last modified. | 
| .gif) | Parent | Gets the parent of this information node. | 
| .gif) | Type | Gets or sets the type of this information node. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Delete | Deletes this information node from the server. | 
| .gif) | Save | Saves any changes to this information node and its child nodes to the server. | 
Top