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

TaskContainer.InitializeTask Method 

[This is preliminary documentation and subject to change.]

Automatically exclude build elements that are defined on the task from things that get executed, as they are evaluated normally during XML task initialization.

[Visual Basic]
Overrides Protected Sub InitializeTask( _
   ByVal taskNode As XmlNode _
)
[C#]
protected override void InitializeTask(
   XmlNode taskNode
);

Parameters

taskNode
XmlNode used to initialize the container.

Remarks

Missing <remarks> documentation for M:NAnt.Core.TaskContainer.InitializeTask(System.Xml.XmlNode)

See Also

TaskContainer Class | NAnt.Core Namespace