ProjectEvaluationStartedEventArgs Constructors

Definition

Overloads

ProjectEvaluationStartedEventArgs()

Initializes a new instance of the ProjectEvaluationStartedEventArgs class.

ProjectEvaluationStartedEventArgs(String, Object[])

Initializes a new instance of the ProjectEvaluationStartedEventArgs class.

ProjectEvaluationStartedEventArgs()

Source:
ProjectEvaluationStartedEventArgs.cs

Initializes a new instance of the ProjectEvaluationStartedEventArgs class.

C#
public ProjectEvaluationStartedEventArgs();

Applies to

MSBuild 17 et autres versions
Produit Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17

ProjectEvaluationStartedEventArgs(String, Object[])

Source:
ProjectEvaluationStartedEventArgs.cs

Initializes a new instance of the ProjectEvaluationStartedEventArgs class.

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

Parameters

message
String
messageArgs
Object[]

Applies to

MSBuild 17 et autres versions
Produit Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17