DotNetAdapter.VisualStudioDTEVersionForDebugging

Syntax

DotNetAdapter.VisualStudioDTEVersionForDebugging

Data Type

String

Purpose

Specifies the Microsoft Visual Studio development environment (DTE) version the .NET Adapter uses when debugging into code modules 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.

Note The VisualStudioDTEVersion_MatchProject constant is not a valid value for this property.

See Also

VisualStudioDTEVersions