Task.BuildEngine4 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.
Retrieves the IBuildEngine4 version of the build engine interface provided by the host.
public:
property Microsoft::Build::Framework::IBuildEngine4 ^ BuildEngine4 { Microsoft::Build::Framework::IBuildEngine4 ^ get(); };
public Microsoft.Build.Framework.IBuildEngine4 BuildEngine4 { get; }
member this.BuildEngine4 : Microsoft.Build.Framework.IBuildEngine4
Public ReadOnly Property BuildEngine4 As IBuildEngine4
Property Value
The IBuildEngine4 available to tasks.