VsTextPos Structure

 

Keeps track of the position of break points, current IP location, and cursor position for quick watch, tooltip, and datatips.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public struct VsTextPos

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfielditemid

Specifies the item id.

System_CAPS_pubfieldpHier

Specifies the hierarchy.

System_CAPS_pubfieldpTextBuf

Specifies the text buffer.

System_CAPS_pubfieldspan

Specifies the span of text.

From vsshell.idl:

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: