NAnt SDK Documentation - v0.92

ManagedProjectBase.DetermineProjectLocation Method 

Returns the project location from the specified project XML fragment.

[Visual Basic]
MustOverride Protected Function DetermineProjectLocation( _
   ByVal docElement As XmlElement _
) As ProjectLocation
[C#]
protected abstract ProjectLocation DetermineProjectLocation(
   XmlElement docElement
);

Parameters

docElement
XML fragment representing the project file.

Return Value

The project location of the specified project XML file.

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