VSProject::BuildManager Property

 

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

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

property BuildManager^ BuildManager {
	BuildManager^ get();
}

Property Value

Type: VSLangProj::BuildManager^

Returns a BuildManager object.

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

Return to top
Show: