NAnt SDK Documentation - v0.85-nightly-2005-11-09

TaskContainer.ExecuteChildTasks Method 

[This is preliminary documentation and subject to change.]

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