NAnt SDK Documentation - v0.92

ElementContainer.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 ElementContainer is responsable for creating tasks from the nested build elements.

See Also

ElementContainer Class | NAnt.Core Namespace