Freigeben über


ITask.Execute Method

Executes a task.

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)

Syntax

'Declaration
Function Execute As Boolean
bool Execute()
bool Execute()
abstract Execute : unit -> bool
function Execute() : boolean

Return Value

Type: System.Boolean
true if the task executed successfully; otherwise, false.

Remarks

This method is called by the build engine to execute a task. Upon termination of this method, a task should indicate if the execution was successful. If a task throws an exception from this method, the engine assumes that the task has failed.

.NET Framework Security

See Also

Reference

ITask Interface

Microsoft.Build.Framework Namespace