NAnt SDK Documentation - v0.92

TaskContainer.CustomXmlProcessing Property

Gets a value indicating whether the element is performing additional processing using the XmlNode that was use to initialize the element.

[Visual Basic]
Overrides Protected ReadOnly Property CustomXmlProcessing As Boolean
[C#]
protected override bool CustomXmlProcessing {get;}

Property Value

true, as a TaskContainer is responsable for creating tasks from the nested build elements.

See Also

TaskContainer Class | NAnt.Core Namespace