TeamBuildTaskCompletedEventArgs 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
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Декларация
<SerializableAttribute> _
Public NotInheritable Class TeamBuildTaskCompletedEventArgs _
Inherits TeamBuildTaskTrackingEventArgs
[SerializableAttribute]
public sealed class TeamBuildTaskCompletedEventArgs : TeamBuildTaskTrackingEventArgs
[SerializableAttribute]
public ref class TeamBuildTaskCompletedEventArgs sealed : public TeamBuildTaskTrackingEventArgs
[<Sealed>]
[<SerializableAttribute>]
type TeamBuildTaskCompletedEventArgs =
class
inherit TeamBuildTaskTrackingEventArgs
end
public final class TeamBuildTaskCompletedEventArgs extends TeamBuildTaskTrackingEventArgs
The TeamBuildTaskCompletedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamBuildTaskCompletedEventArgs |
Top
Properties
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.) | |
Successful | ||
TaskId | (Inherited from TeamBuildTaskTrackingEventArgs.) | |
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.) |
Top
Methods
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 a hash function for a particular type. (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.) |
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.