VsTextPos Struct

Definition

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.

Applies to