Task.BuildEngine Property

Definition

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; }
public Microsoft.Build.Framework.IBuildEngine BuildEngine { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.BuildEngine : Microsoft.Build.Framework.IBuildEngine with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.BuildEngine : Microsoft.Build.Framework.IBuildEngine with get, set
Public Property BuildEngine As IBuildEngine

Property Value

The build engine interface available to tasks.

Implements

Attributes

Remarks

The build engine automatically sets this property to allow tasks to call back into it.

Applies to