DTE2.RegistryRoot 属性

获取一个包含 Visual Studio 注册表设置的根的路径的字符串。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.dll 中)

语法

声明
ReadOnly Property RegistryRoot As String
string RegistryRoot { get; }
property String^ RegistryRoot {
    String^ get ();
}
abstract RegistryRoot : string with get
function get RegistryRoot () : String

属性值

类型:String
Visual Studio 注册表设置的根的路径。

备注

一般情况下,注册表根为 Software\Microsoft\Visual Studio\<version>\,在 Software 之前为 HKLM 或 HKCU。

示例

Sub RegistryRootExample()
  MsgBox(DTE2.RegistryRoot)
End Sub

.NET Framework 安全性

请参阅

参考

DTE2 接口

EnvDTE80 命名空间