This documentation is archived and is not being maintained.
TeamBuildEventArgs Class
Visual Studio 2013
System.Object
System.EventArgs
Microsoft.Build.Framework.BuildEventArgs
Microsoft.Build.Framework.LazyFormattedBuildEventArgs
Microsoft.Build.Framework.BuildMessageEventArgs
Microsoft.TeamFoundation.Build.TeamBuildEventArgs
System.EventArgs
Microsoft.Build.Framework.BuildEventArgs
Microsoft.Build.Framework.LazyFormattedBuildEventArgs
Microsoft.Build.Framework.BuildMessageEventArgs
Microsoft.TeamFoundation.Build.TeamBuildEventArgs
Namespace: Microsoft.TeamFoundation.Build
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
The TeamBuildEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildEventContext | Gets or sets location contextual information. This is attached to logging events to define where they are located in relation to the process, engine, project, target, or task that is executing. (Inherited from BuildEventArgs.) |
![]() | HelpKeyword | Gets the Help keyword for the event. (Inherited from BuildEventArgs.) |
![]() | Importance | Gets the importance of the event. (Inherited from BuildMessageEventArgs.) |
![]() | Message | Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs.) |
![]() | SenderName | Gets the name of the Object raising the event. (Inherited from BuildEventArgs.) |
![]() | Tag | |
![]() | ThreadId | Gets an integer identifier for the thread that raised the event. (Inherited from BuildEventArgs.) |
![]() | Timestamp | Gets the time the event was raised as a DateTime. (Inherited from BuildEventArgs.) |
![]() | Value |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
