[This is preliminary documentation and subject to change.]
Indicates that the property should be treated as an XML element and further processing should be done.
For a list of all members of this type, see BuildElementAttribute Members.
System.Object
System.Attribute
NAnt.Core.Attributes.BuildElementAttribute
NAnt.Core.Attributes.BuildElementArrayAttribute
NAnt.Core.Attributes.FileSetAttribute
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Should only be applied to properties exposing strongly typed arrays or strongly typed collections.
The XML format is like this:
<task> <elementName ...> <morestuff /> </elementName> </task>
Namespace: NAnt.Core.Attributes
Assembly: NAnt.Core (in NAnt.Core.dll)
BuildElementAttribute Members | NAnt.Core.Attributes Namespace