Task.BuildEngine2 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 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.
public:
property Microsoft::Build::Framework::IBuildEngine2 ^ BuildEngine2 { Microsoft::Build::Framework::IBuildEngine2 ^ get(); };
public Microsoft.Build.Framework.IBuildEngine2 BuildEngine2 { get; }
member this.BuildEngine2 : Microsoft.Build.Framework.IBuildEngine2
Public ReadOnly Property BuildEngine2 As IBuildEngine2
Property Value
The build engine interface available to tasks.