Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
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.TeamBuildTaskCompletedEventArgs
            Microsoft.TeamFoundation.Build.Tasks.TeamBuildTaskStartedEventArgs
Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class TeamBuildTaskTrackingEventArgs _
    Inherits CustomBuildEventArgs
[SerializableAttribute]
public abstract class TeamBuildTaskTrackingEventArgs : CustomBuildEventArgs
[SerializableAttribute]
public ref class TeamBuildTaskTrackingEventArgs abstract : public CustomBuildEventArgs
[<AbstractClass>]
[<SerializableAttribute>]
type TeamBuildTaskTrackingEventArgs =  
    class 
        inherit CustomBuildEventArgs 
    end
public abstract class TeamBuildTaskTrackingEventArgs extends CustomBuildEventArgs
The TeamBuildTaskTrackingEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TeamBuildTaskTrackingEventArgs | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | 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.) | 
| .gif) | HelpKeyword | Gets the Help keyword for the event. (Inherited from BuildEventArgs.) | 
| .gif) | Message | Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs.) | 
| .gif) | SenderName | Gets the name of the Object raising the event. (Inherited from BuildEventArgs.) | 
| .gif) | TaskId | |
| .gif) | ThreadId | Gets an integer identifier for the thread that raised the event. (Inherited from BuildEventArgs.) | 
| .gif) | Timestamp | Gets the time the event was raised as a DateTime. (Inherited from BuildEventArgs.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.