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
BuildManager BuildManager { get; }
property BuildManager^ BuildManager {
BuildManager^ get ();
}
abstract BuildManager : BuildManager with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.