VSRegistry.RegistryRoot 方法 (__VsLocalRegistryType, Boolean)

表示下 Visual Studio 当前运行注册表项的根,在注册表中指定的部分。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Shared Function RegistryRoot ( _
    registryType As __VsLocalRegistryType, _
    writable As Boolean _
) As RegistryKey
public static RegistryKey RegistryRoot(
    __VsLocalRegistryType registryType,
    bool writable
)

参数

返回值

类型:Microsoft.Win32.RegistryKey

备注

对于 registryType 参数应为应用程序根元素仅使用 RegType_Configuration ,或者用户设置的 RegType_UserSettings 除外)。

.NET Framework 安全性

请参见

参考

VSRegistry 类

RegistryRoot 重载

Microsoft.VisualStudio.Shell 命名空间