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()

Initializes a new instance of the ProjectEvaluationStartedEventArgs class.

public:
 ProjectEvaluationStartedEventArgs();
public ProjectEvaluationStartedEventArgs ();
Public Sub New ()

Applies to

ProjectEvaluationStartedEventArgs(String, Object[])

Initializes a new instance of the ProjectEvaluationStartedEventArgs class.

public:
 ProjectEvaluationStartedEventArgs(System::String ^ message, ... cli::array <System::Object ^> ^ messageArgs);
public ProjectEvaluationStartedEventArgs (string message, params object[] messageArgs);
public ProjectEvaluationStartedEventArgs (string? message, params object[]? messageArgs);
new Microsoft.Build.Framework.ProjectEvaluationStartedEventArgs : string * obj[] -> Microsoft.Build.Framework.ProjectEvaluationStartedEventArgs
Public Sub New (message As String, ParamArray messageArgs As Object())

Parameters

message
String
messageArgs
Object[]

Applies to