ProjectEvaluationStartedEventArgs Constructors
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.
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[]