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

ManagedProjectBase.GetProjectLocation Method 

[This is preliminary documentation and subject to change.]

Returns the ProjectLocation of the specified project XML fragment.

[Visual Basic]
Protected Shared Function GetProjectLocation( _
   ByVal projectNode As XmlNode _
) As ProjectLocation
[C#]
protected static ProjectLocation GetProjectLocation(
   XmlNode projectNode
);

Parameters

projectNode
XML fragment representing the project to check.

Return Value

The ProjectLocation of the specified project XML fragment.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ManagedProjectBase.GetProjectLocation(System.Xml.XmlNode)

Exceptions

Exception Type Condition
BuildException

The project location could not be determined.

-or-

The project location is invalid.

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace