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)
Syntax
'宣言
Public Enumeration TextSelectionMode
public enum TextSelectionMode
public enum class TextSelectionMode
type TextSelectionMode
public enum TextSelectionMode
Members
Member name | Description | |
---|---|---|
Stream | A simple selection (only one span) | |
Box | A box selection (from a start line and column to an end line and column). |