IBuildEngine2 Methods
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
| Name | Description | |
|---|---|---|
![]() | BuildProjectFile(String^, array<String^>^, IDictionary^, IDictionary^) | Initiates a build of a project file. If the build is successful, the outputs, if any, of the specified targets are returned. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.(Inherited from IBuildEngine.) |
![]() | BuildProjectFile(String^, array<String^>^, IDictionary^, IDictionary^, String^) | Initiates a build of a project file. If the build is successful, the outputs of the specified targets are returned, if any exist. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
![]() | BuildProjectFilesInParallel(array<String^>^, array<String^>^, array<IDictionary^>^, array<IDictionary^>^, array<String^>^, Boolean, Boolean) | Allows tasks to initiate parallel builds of the specified project files on systems with multiple processors or multiple core processors. If the builds are successful, the outputs of the specified targets are returned, if any exist. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
![]() | LogCustomEvent(CustomBuildEventArgs^) | Raises a custom event to all registered loggers. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.(Inherited from IBuildEngine.) |
![]() | LogErrorEvent(BuildErrorEventArgs^) | Raises an error event to all registered loggers. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.(Inherited from IBuildEngine.) |
![]() | LogMessageEvent(BuildMessageEventArgs^) | Raises a message event to all registered loggers. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.(Inherited from IBuildEngine.) |
![]() | LogWarningEvent(BuildWarningEventArgs^) | Raises a warning event to all registered loggers. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.(Inherited from IBuildEngine.) |
