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

FrameworkInfo.VisualStudioVersion Property

[This is preliminary documentation and subject to change.]

Gets the Visual Studio version that corresponds with this framework.

[Visual Basic]
Public ReadOnly Property VisualStudioVersion As Version
[C#]
public System.Version VisualStudioVersion {get;}

Remarks

The Visual Studio version that corresponds with this framework.

Exceptions

Exception Type Condition
BuildException There is no version of Visual Studio .NET that corresponds with this framework.

See Also

FrameworkInfo Class | NAnt.Core Namespace