Task.BuildEngine9 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 IBuildEngine9 version of the build engine interface provided by the host.
public:
property Microsoft::Build::Framework::IBuildEngine9 ^ BuildEngine9 { Microsoft::Build::Framework::IBuildEngine9 ^ get(); };
public Microsoft.Build.Framework.IBuildEngine9 BuildEngine9 { get; }
member this.BuildEngine9 : Microsoft.Build.Framework.IBuildEngine9
Public ReadOnly Property BuildEngine9 As IBuildEngine9