Summary
Returns the Visual Studio product version of the specified project
XML fragment.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- VBProject
Syntax
protected override ProductVersion DetermineProductVersion(XmlElement docElement)
Remarks
This method is called from the
NAnt.VSNet.ProjectBase
ctor, and
at that time we're not sure the XML that is passed in, is indeed a
valid Visual Basic project.
Parameters
Name | Type | Description |
---|---|---|
docElement | XmlElement | The document element of the project. |
Return Value
Type | Description |
---|---|
ProductVersion | The Visual Studio product version of the specified project XML fragment. |