Task.BuildEngine2 Property

Definition

The build engine automatically sets this property to allow tasks to call back into it. This is a convenience property so that task authors inheriting from this class do not have to cast the value from IBuildEngine to IBuildEngine2.

C#
public Microsoft.Build.Framework.IBuildEngine2 BuildEngine2 { get; }

Property Value

The build engine interface available to tasks.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1