Summary
Gets a value indicating whether the element is performing additional
processing using the
System.Xml.XmlNode that was use to
initialize the element.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- ElementContainer
Syntax
protected override bool CustomXmlProcessing { get; }
Value
| Type | Description |
|---|---|
| bool |
true, as a NAnt.Core.ElementContainer is
responsible for creating tasks from the nested build elements.
|
