This documentation is archived and is not being maintained.
TeamBuildTaskStartedEventArgs Class
Visual Studio 2013
System.Object
System.EventArgs
Microsoft.Build.Framework.BuildEventArgs
Microsoft.Build.Framework.LazyFormattedBuildEventArgs
Microsoft.Build.Framework.CustomBuildEventArgs
Microsoft.TeamFoundation.Build.Tasks.TeamBuildTaskTrackingEventArgs
Microsoft.TeamFoundation.Build.Tasks.TeamBuildTaskStartedEventArgs
System.EventArgs
Microsoft.Build.Framework.BuildEventArgs
Microsoft.Build.Framework.LazyFormattedBuildEventArgs
Microsoft.Build.Framework.CustomBuildEventArgs
Microsoft.TeamFoundation.Build.Tasks.TeamBuildTaskTrackingEventArgs
Microsoft.TeamFoundation.Build.Tasks.TeamBuildTaskStartedEventArgs
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
The TeamBuildTaskStartedEventArgs 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.) |
![]() | Message | Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs.) |
![]() | SenderName | Gets the name of the Object raising the event. (Inherited from BuildEventArgs.) |
![]() | TaskDisplayText | |
![]() | TaskId | (Inherited from TeamBuildTaskTrackingEventArgs.) |
![]() | TaskType | |
![]() | 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.) |
| 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:
