Interface for the BuildMessage type of IBuildInformationNode. To obtain an IBuildMessage, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IBuildMessage
public interface IBuildMessage
public interface class IBuildMessage
type IBuildMessage =  interface end
public interface IBuildMessage
The IBuildMessage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Importance | Gets or sets the importance of the message, which determines the verbosity level at which the message is logged. | 
| .gif) | Message | Gets or sets the display text of this build message. | 
| .gif) | Node | Gets the underlying IBuildInformationNode. | 
| .gif) | Timestamp | Gets or sets the time when the message was logged. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Save | Saves the build message to the server. | 
Top