VSProject.BuildManager Property

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

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

Syntax

'Declaration
ReadOnly Property BuildManager As BuildManager
    Get
BuildManager BuildManager { get; }
property BuildManager^ BuildManager {
    BuildManager^ get ();
}
abstract BuildManager : BuildManager
function get BuildManager () : BuildManager

Property Value

Type: VSLangProj.BuildManager
Returns a BuildManager object.

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.

.NET Framework Security

See Also

Reference

VSProject Interface

VSLangProj Namespace