TaskLoggingHelper.BuildEngine Property

Definition

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.

Applies to