TEXT_POSITION

描述给定文本中的行和列位置。

语法

public struct TEXT_POSITION { 
   public uint dwLine;
   public uint dwColumn;
};

成员

dwLine
源文件中的行索引。

dwColumn
字符偏移量为行。

备注

此结构用于 CONTEXT_INFODisassemblyData 结构。

此结构由对以下方法的调用填充:

此结构作为参数传递给以下方法:

要求

标头:msdbg.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

另请参阅