ProjectInstance.EvaluationStage Property
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.
How far evaluation proceeded when this instance was produced. When this is not Full, the instance is the result of a partial evaluation and members exposing state from later passes (for example items or targets) throw InvalidOperationException.
public:
property Microsoft::Build::Evaluation::ProjectEvaluationStage EvaluationStage { Microsoft::Build::Evaluation::ProjectEvaluationStage get(); };
public Microsoft.Build.Evaluation.ProjectEvaluationStage EvaluationStage { get; }
member this.EvaluationStage : Microsoft.Build.Evaluation.ProjectEvaluationStage
Public ReadOnly Property EvaluationStage As ProjectEvaluationStage