Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Enumeration TextSelectionMode
public enum TextSelectionMode
public enum class TextSelectionMode
type TextSelectionMode
public enum TextSelectionMode
Members
| Member name | Description | |
|---|---|---|
| Box | A box selection (from a start line and column to an end line and column). | |
| Stream | A simple selection (only one span) |