由语句或行的许多移动文档上下文。
HRESULT Seek(
int nCount,
IDebugDocumentContext2** ppDocContext
);
int Seek(
int nCount,
out IDebugDocumentContext2 ppDocContext
);
参数
nCount
[in] 转发的语句或行数,基于文档上下文。ppDocContext
[out] 返回与新位置的新 IDebugDocumentContext2 对象。
返回值
如果成功,则返回; S_OK否则,返回错误代码。