IBuildInformationNode Interface

Interface for a single piece of hierarchical information about a build. For more information about the use of this interface, see Team Foundation Build activities.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
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
Public property Children Gets the child nodes of this information node.
Public property Fields Gets the custom name-value pairs that are associated with this information node.
Public property Id Gets the ID of this information node.
Public property LastModifiedBy Gets the user who most recently modified this information node.
Public property LastModifiedDate Gets the date when this information node was most recently modified.
Public property Parent Gets the parent of this information node.
Public property Type Gets or sets the type of this information node.

Top

Methods

  Name Description
Public method Delete Deletes this information node.
Public method Save Saves any changes to this information node and its child nodes.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace