Element.

CustomXmlProcessing Property

Summary

Gets a value indicating whether the element is performing additional processing using the NAnt.Core.Element.XmlNode that was used to initialize the element.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Element

Syntax

protected virtual bool CustomXmlProcessing { get; }

Remarks

Elements that need to perform additional processing of the NAnt.Core.Element.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.

Value

Type Description
bool false.