VsTextPos Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Keeps track of the position of break points, current IP location, and cursor position for quick watch, tooltip, and datatips.
public value class VsTextPos
struct VsTextPos
public struct VsTextPos
type VsTextPos = struct
Public Structure VsTextPos
- Inheritance
-
VsTextPos
Remarks
COM Signature
From vsshell.idl:
Fields
itemid |
Specifies the item id. |
pHier |
Specifies the hierarchy. |
pTextBuf |
Specifies the text buffer. |
span |
Specifies the span of text. |