ITask.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.
This property is set by the build engine to allow a task to call back into it.
public:
property Microsoft::Build::Framework::IBuildEngine ^ BuildEngine { Microsoft::Build::Framework::IBuildEngine ^ get(); void set(Microsoft::Build::Framework::IBuildEngine ^ value); };
public Microsoft.Build.Framework.IBuildEngine BuildEngine { get; set; }
member this.BuildEngine : Microsoft.Build.Framework.IBuildEngine with get, set
Public Property BuildEngine As IBuildEngine
Property Value
The interface on the build engine available to tasks.