ProjectEvaluationFinishedEventArgs Constructors
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.
ProjectEvaluationFinishedEventArgs() |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. |
ProjectEvaluationFinishedEventArgs(String, Object[]) |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class.
public:
ProjectEvaluationFinishedEventArgs();
C#
public ProjectEvaluationFinishedEventArgs();
Public Sub New ()
Applies to
MSBuild 17 and other versions
Product | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class.
public:
ProjectEvaluationFinishedEventArgs(System::String ^ message, ... cli::array <System::Object ^> ^ messageArgs);
C#
public ProjectEvaluationFinishedEventArgs(string message, params object[] messageArgs);
C#
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[]
Applies to
MSBuild 17 and other versions
Product | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |