BuildEngineResult Constructor (Boolean, List<IDictionary<String^, array<ITaskItem^>^>^>^)

 

Constructor that takes the result of the build and a list of the target outputs per project.

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.

Namespace:   Microsoft.Build.Framework
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)

public:
BuildEngineResult(
	bool result,
	List<IDictionary<String^, array<ITaskItem^>^>^>^ targetOutputsPerProject
)

Parameters

result
Type: System::Boolean

The result of the build.

targetOutputsPerProject
Type: System.Collections.Generic::List<IDictionary<String^, array<ITaskItem^>^>^>^

The list of outputs per project.

Return to top
Show: