TaskFinishedEventArgs Class
Definition
Arguments for task finished events
public ref class TaskFinishedEventArgs : Microsoft::Build::Framework::BuildStatusEventArgs
[System.Serializable]
public class TaskFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
[<System.Serializable>]
type TaskFinishedEventArgs = class
inherit BuildStatusEventArgs
Public Class TaskFinishedEventArgs
Inherits BuildStatusEventArgs
- Inheritance
-
TaskFinishedEventArgs
- Inheritance
- Attributes
Constructors
TaskFinishedEventArgs() |
Default constructor |
TaskFinishedEventArgs(String, String, String, String, String, Boolean) |
This constructor allows event data to be initialized. Sender is assumed to be "MSBuild". |
TaskFinishedEventArgs(String, String, String, String, String, Boolean, DateTime) |
This constructor allows event data to be initialized and the timestamp to be set Sender is assumed to be "MSBuild". |
Properties
BuildEventContext |
Event contextual information for the build event argument (Inherited from BuildEventArgs) |
HelpKeyword |
Custom help keyword associated with event. (Inherited from BuildEventArgs) |
Message |
Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs) |
Message |
Text of event. (Inherited from BuildEventArgs) |
ProjectFile |
Project file associated with event. |
SenderName |
Name of the object sending this event. (Inherited from BuildEventArgs) |
Succeeded |
True if target built successfully, false otherwise |
TaskFile |
MSBuild file where this task was defined. |
TaskName |
Task Name |
ThreadId |
The thread that raised event. (Inherited from BuildEventArgs) |
Timestamp |
The time when event was raised. (Inherited from BuildEventArgs) |
Methods
Equals(Object) |
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) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |