Execute Method

MSBuild

When overridden in a derived class, executes the task.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function Execute() As Boolean _
    Implements ITask.Execute
C#
public override bool Execute()
C++
public:
 virtual bool Execute() override 
J#
public override bool Execute()
JScript
public override  function Execute() : bool

Return Value

true if the task successfully executed; otherwise, false.

Implements

ITask.Execute

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.