Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
<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.) | 
![]()  | 
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.) | 
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.
.gif)
.gif)