NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Project.CreateTask Method (XmlNode)
[This is preliminary documentation and subject to change.]
Creates a new from the given XmlNode.
[Visual Basic]
Overloads Public Function CreateTask( _
ByVal
taskNode As
XmlNode _
) As
Task
Parameters
-
taskNode
- The Task definition.
Return Value
The new Task instance.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Project.CreateTask(System.Xml.XmlNode)
See Also
Project Class | NAnt.Core Namespace | Project.CreateTask Overload List