IDebugExpressionEvaluator::SetRegistryRoot

此方法设置注册表根目录。 用于并行调试。

语法

int SetRegistryRoot(
   string ustrRegistryRoot
);

参数

ustrRegistryRoot
[in]新的注册表根目录。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

注解

当表达式计算器首次实例化并指向特定版本的 Visual Studio(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\X.Y(其中 X.Y 为版本号)的注册表项时,通常会设置指定的注册表根。

另请参阅