_DTE.RegistryRoot Property
Visual Studio 2015
Gets a string with the path to the root of the Visual Studio registry settings.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System.StringA string representing the path to the root of the Visual Studio registry settings.
Typically the registry root is Software\Microsoft\Visual Studio\<version>\ with either HKLM or HKCU before Software.
Show: