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

FilterChain.InitializeXml Method 

[This is preliminary documentation and subject to change.]

Initializes all build attributes and child elements.

[Visual Basic]
Overrides Protected Sub InitializeXml( _
   ByVal elementNode As XmlNode, _
   ByVal properties As PropertyDictionary, _
   ByVal framework As FrameworkInfo _
)
[C#]
protected override 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

FilterChain needs to maintain the order in which the filters are specified in the build file.

See Also

FilterChain Class | NAnt.Core.Filters Namespace