TaskLoggingHelper.BuildEngine 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.
Shortcut property for getting our build engine - we retrieve it from the task instance
protected:
property Microsoft::Build::Framework::IBuildEngine ^ BuildEngine { Microsoft::Build::Framework::IBuildEngine ^ get(); };
protected Microsoft.Build.Framework.IBuildEngine BuildEngine { get; }
member this.BuildEngine : Microsoft.Build.Framework.IBuildEngine
Protected ReadOnly Property BuildEngine As IBuildEngine
Property Value
An IBuildEngine that represents the instance of the build engine that is associated with the task.