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

CSharpProject.DetermineProjectLocation Method 

[This is preliminary documentation and subject to change.]

Returns the project location from the specified project XML fragment.

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

Parameters

docElement
XML fragment representing the project file.

Return Value

The project location of the specified project XML file.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.CSharpProject.DetermineProjectLocation(System.Xml.XmlElement)

Exceptions

Exception Type Condition
BuildException

The project location could not be determined.

-or-

The project location is invalid.

See Also

CSharpProject Class | NAnt.VSNet Namespace