ProjectEvaluationFinishedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments for the project evaluation finished event.
public ref class ProjectEvaluationFinishedEventArgs sealed : Microsoft::Build::Framework::BuildStatusEventArgs
[System.Serializable]
public sealed class ProjectEvaluationFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
[<System.Serializable>]
type ProjectEvaluationFinishedEventArgs = class
inherit BuildStatusEventArgs
Public NotInheritable Class ProjectEvaluationFinishedEventArgs
Inherits BuildStatusEventArgs
- Inheritance
-
ProjectEvaluationFinishedEventArgs
- Attributes
Constructors
ProjectEvaluationFinishedEventArgs() |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. |
ProjectEvaluationFinishedEventArgs(String, Object[]) |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. |
Fields
locker |
Lock object. (Inherited from LazyFormattedBuildEventArgs) |
Properties
BuildEventContext |
Event contextual information for the build event argument (Inherited from BuildEventArgs) |
GlobalProperties |
Global properties used during this evaluation. |
HelpKeyword |
Custom help keyword associated with event. (Inherited from BuildEventArgs) |
Items |
Final set of items produced by this evaluation. |
Message |
Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs) |
ProfilerResult |
The result of profiling a project. |
ProjectFile |
Gets or sets the full path of the project that started evaluation. |
Properties |
Final set of properties produced by this evaluation. |
RawMessage |
Exposes the underlying message field without side-effects. Used for serialization. (Inherited from BuildEventArgs) |
RawTimestamp |
Exposes the private timestamp field to derived types. Used for serialization. Avoids the side effects of calling the Timestamp getter. (Inherited from BuildEventArgs) |
SenderName |
Name of the object sending this event. (Inherited from BuildEventArgs) |
ThreadId |
The thread that raised event. (Inherited from BuildEventArgs) |
Timestamp |
The time when event was raised. (Inherited from BuildEventArgs) |