ProjectOptions.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.
The ProjectEvaluationStage controlling how far evaluation should proceed. Defaults to Full (a complete evaluation). A non-Full (partial) stage is only honored when creating a ProjectInstance; passing a partial stage to a Project factory (for example FromFile(String, ProjectOptions)) throws ArgumentException.
public:
property Microsoft::Build::Evaluation::ProjectEvaluationStage EvaluationStage { Microsoft::Build::Evaluation::ProjectEvaluationStage get(); void set(Microsoft::Build::Evaluation::ProjectEvaluationStage value); };
public Microsoft.Build.Evaluation.ProjectEvaluationStage EvaluationStage { get; set; }
member this.EvaluationStage : Microsoft.Build.Evaluation.ProjectEvaluationStage with get, set
Public Property EvaluationStage As ProjectEvaluationStage