AppDomainIsolatedTask.BuildEngine 属性
定义
生成引擎自动设置此属性,以允许任务回调到其中。The build engine automatically sets this property to allow tasks 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
属性值
可供任务使用的生成引擎接口。The build engine interface available to tasks.
实现
注解
生成引擎自动设置此属性,以允许任务回调到其中。The build engine automatically sets this property to allow tasks to call back into it.