Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.