NAnt SDK Documentation - v0.85-nightly-2005-11-09

TaskContainer.CustomXmlProcessing Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.TaskContainer.CustomXmlProcessing

See Also

TaskContainer Class | NAnt.Core Namespace