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
)
参数
- registryType
类型:Microsoft.VisualStudio.Shell.Interop.__VsLocalRegistryType
指定注册表的部分 __VsLocalRegistryType 枚举。
- writable
类型:System.Boolean
根是否可写的
返回值
类型:Microsoft.Win32.RegistryKey
备注
对于 registryType 参数应为应用程序根元素仅使用 RegType_Configuration ,或者用户设置的 RegType_UserSettings 除外)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。