DotNetAdapter.VisualStudioDTEVersionForEditing

Syntax

DotNetAdapter.VisualStudioDTEVersionForEditing

Data Type

String

Purpose

Specifies the Microsoft Visual Studio development environment (DTE) version the .NET Adapter uses when creating and editing code when more than one version of Visual Studio is installed.

Remarks

If you have only one version of Visual Studio installed, the .NET Adapter always uses that version for debugging.

You can set this property to a supported value of the VisualStudioDTEVersions constants or to the programmatic identifier of the DTE version you want to use.

See Also

VisualStudioDTEVersions