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

JSharpProject.DetermineProductVersion Method 

[This is preliminary documentation and subject to change.]

Returns the Visual Studio product version of the specified project XML fragment.

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

Parameters

docElement
The document element of the project.

Return Value

The Visual Studio product version of the specified project XML fragment.

Remarks

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

Exceptions

Exception Type Condition
BuildException

The product version could not be determined.

-or-

The product version is not supported.

See Also

JSharpProject Class | NAnt.VSNet Namespace