CaretPosition Properties

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubpropertyAffinity

Gets the affinity of the caret.

System_CAPS_pubpropertyBufferPosition

Gets the position of the caret, corresponding to a gap between two characters in the ITextBuffer of the view.

System_CAPS_pubpropertyPoint

Gets the IMappingPoint that marks the position of the caret in the buffer.

System_CAPS_pubpropertyVirtualBufferPosition

Gets the virtual buffer position as a VirtualSnapshotPoint.

System_CAPS_pubpropertyVirtualSpaces

Gets the number of spaces past the physical end of the line of the caret position.

Return to top
Show: