ProjectEvaluationFinishedEventArgs 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
ProjectEvaluationFinishedEventArgs() |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. |
ProjectEvaluationFinishedEventArgs(String, Object[]) |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. |
ProjectEvaluationFinishedEventArgs()
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class.
public:
ProjectEvaluationFinishedEventArgs();
public ProjectEvaluationFinishedEventArgs ();
Public Sub New ()
Applies to
ProjectEvaluationFinishedEventArgs(String, Object[])
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class.
public:
ProjectEvaluationFinishedEventArgs(System::String ^ message, ... cli::array <System::Object ^> ^ messageArgs);
public ProjectEvaluationFinishedEventArgs (string message, params object[] messageArgs);
public ProjectEvaluationFinishedEventArgs (string? message, params object[]? messageArgs);
new Microsoft.Build.Framework.ProjectEvaluationFinishedEventArgs : string * obj[] -> Microsoft.Build.Framework.ProjectEvaluationFinishedEventArgs
Public Sub New (message As String, ParamArray messageArgs As Object())
Parameters
- message
- String
- messageArgs
- Object[]