TextSelectionMode Enumeration

 

Represents the different selection modes (simple and box).

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

public enum TextSelectionMode

Member nameDescription
Box

A box selection (from a start line and column to an end line and column).

Stream

A simple selection (only one span)

Return to top
Show: