NAnt SDK Documentation - v0.92 |
|
TaskContainer.ExecuteChildTasks Method
Creates and executes the embedded (child XML nodes) elements.
[Visual Basic]
Overridable Protected Sub ExecuteChildTasks()
[C#]
protected virtual
void ExecuteChildTasks();
Remarks
Skips any element defined by the host Task that has a BuildElementAttribute defined.
See Also
TaskContainer Class | NAnt.Core Namespace