This documentation is archived and is not being maintained.
BuildWarning Class
Visual Studio 2013
A warning that occurred during a build.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The BuildWarning type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Importance | Gets or sets the importance of the message as it relates to the verbosity of the build. |
![]() | Message | Gets or sets the warning message. |
![]() | Timestamp | Gets or sets the time at which the warning occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
