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

Element.InitializeXml Method 

[This is preliminary documentation and subject to change.]

Initializes all build attributes and child elements.

[Visual Basic]
Overridable Protected Sub InitializeXml( _
   ByVal elementNode As XmlNode, _
   ByVal properties As PropertyDictionary, _
   ByVal framework As FrameworkInfo _
)
[C#]
protected virtual void InitializeXml(
   XmlNode elementNode,
   PropertyDictionary properties,
   FrameworkInfo framework
);

Parameters

elementNode
Missing <param> documentation for elementNode
properties
Missing <param> documentation for properties
framework
Missing <param> documentation for framework

Remarks

Missing <remarks> documentation for M:NAnt.Core.Element.InitializeXml(System.Xml.XmlNode,NAnt.Core.PropertyDictionary,NAnt.Core.FrameworkInfo)

See Also

Element Class | NAnt.Core Namespace