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