NAnt SDK Documentation - v0.92

Element.CustomXmlProcessing Property

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

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

Property Value

false.

Remarks

Elements that need to perform additional processing of the XmlNode that was used to initialize the element, should override this property and return true.

When true, no build errors will be reported for unknown nested build elements.

See Also

Element Class | NAnt.Core Namespace