Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.