按给定数量的语句或行移动文档上下文。
语法
HRESULT Seek( 
   int                      nCount,
   IDebugDocumentContext2** ppDocContext
);
int Seek( 
   int                        nCount,
   out IDebugDocumentContext2 ppDocContext
);
参数
nCount
[in]要前进的语句或行数,具体取决于文档上下文。
ppDocContext
[out]返回具有新位置的新 IDebugDocumentContext2 对象。
返回值
如果成功,则返回 S_OK;否则,返回错误代码。