ProjectEvaluationStartedEventArgs Class

Summary

Arguments for the project evaluation started event.
Namespace
Microsoft.Build.Framework
Base Types
  • BuildStatusEventArgs
graph TD Base0["BuildStatusEventArgs"]-->Type Type["ProjectEvaluationStartedEventArgs"] class Type type-node

Syntax

public class ProjectEvaluationStartedEventArgs : BuildStatusEventArgs

Constructors

Name Summary
ProjectEvaluationStartedEventArgs() Initializes a new instance of the ProjectEvaluationStartedEventArgs class.
ProjectEvaluationStartedEventArgs(string, object[]) Initializes a new instance of the ProjectEvaluationStartedEventArgs class.

Properties

Name Value Summary
ProjectFile string
Gets or sets the full path of the project that started evaluation.