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

LocationMap.GetLocation Method 

[This is preliminary documentation and subject to change.]

Returns the Location in the XML file for the given node.

[Visual Basic]
Public Function GetLocation( _
   ByVal node As XmlNode _
) As Location
[C#]
public Location GetLocation(
   XmlNode node
);

Parameters

node
Missing <param> documentation for node

Return Value

Missing <returns> documentation for M:NAnt.Core.LocationMap.GetLocation(System.Xml.XmlNode)

Remarks

The node must be from an XmlDocument that has been added to the map.

See Also

LocationMap Class | NAnt.Core Namespace