VSProject.BuildManager 属性

定义

获取的 BuildManager 对象 VSProject 。 只读。

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

属性值

BuildManager

返回一个 BuildManager 对象。

属性

注解

BuildManager第三方开发人员使用该属性来管理运行自定义工具时生成的可移植可执行文件。 有关详细信息,请参阅 BuildManagerEvents

适用于