TeamBuildTaskTrackingEventArgs Class

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
Protected method TeamBuildTaskTrackingEventArgs

Top

Properties

  Name Description
Public property 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.)
Public property HelpKeyword Gets the Help keyword for the event. (Inherited from BuildEventArgs.)
Public property Message Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs.)
Public property SenderName Gets the name of the Object raising the event. (Inherited from BuildEventArgs.)
Public property TaskId
Public property ThreadId Gets an integer identifier for the thread that raised the event. (Inherited from BuildEventArgs.)
Public property Timestamp Gets the time the event was raised as a DateTime. (Inherited from BuildEventArgs.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Build.Tasks Namespace