IDebugHostContextControl::GetContextAlternator 方法 (dbgmodel.h)

它检索上下文交替器,允许临时上下文更改或切换。

语法

HRESULT GetContextAlternator(
  IDebugHostContextAlternator **contextAlternator
);

参数

contextAlternator

此参数指向 IDebugHostContextAlternator 指针,该指针用于检索上下文交替器。 此参数是输出参数。

返回值

返回一个 HRESULT,指示方法的成功或失败。

要求

要求 价值
标头 dbgmodel.h

另请参阅

IDebugHostContextControl 接口