VSProject.BuildManager Property

Definition

Gets the BuildManager object of the VSProject. Read-only.

public:
 property VSLangProj::BuildManager ^ BuildManager { VSLangProj::BuildManager ^ get(); };
public:
 property VSLangProj::BuildManager ^ BuildManager { VSLangProj::BuildManager ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public VSLangProj.BuildManager BuildManager { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.BuildManager : VSLangProj.BuildManager
Public ReadOnly Property BuildManager As BuildManager

Property Value

Returns a BuildManager object.

Attributes

Remarks

The BuildManager property is used by third-party developers to manage the portable executables produced by running custom tools. For more information, see BuildManagerEvents.

Applies to