This documentation is archived and is not being maintained.
IBuildMessage Interface
Visual Studio 2013
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)
The IBuildMessage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Importance | Gets or sets the importance of the message, which determines the verbosity level at which the message is logged. |
![]() | Message | Gets or sets the display text of this build message. |
![]() | Node | Gets the underlying IBuildInformationNode. |
![]() | Timestamp | Gets or sets the time when the message was logged. |
Show:
