ProjectEvaluationFinishedEventArgs Constructors

Definition

Overloads

ProjectEvaluationFinishedEventArgs()

Initializes a new instance of the ProjectEvaluationFinishedEventArgs class.

ProjectEvaluationFinishedEventArgs(String, Object[])

Initializes a new instance of the ProjectEvaluationFinishedEventArgs class.

ProjectEvaluationFinishedEventArgs()

Source:
ProjectEvaluationFinishedEventArgs.cs

Initializes a new instance of the ProjectEvaluationFinishedEventArgs class.

C#
public ProjectEvaluationFinishedEventArgs();

Applies to

MSBuild 17 and other versions
Product Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17

ProjectEvaluationFinishedEventArgs(String, Object[])

Source:
ProjectEvaluationFinishedEventArgs.cs

Initializes a new instance of the ProjectEvaluationFinishedEventArgs class.

C#
public ProjectEvaluationFinishedEventArgs(string message, params object[] messageArgs);
C#
public ProjectEvaluationFinishedEventArgs(string? message, params object[]? messageArgs);

Parameters

message
String
messageArgs
Object[]

Applies to

MSBuild 17 and other versions
Product Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17