CodeLensDetailEntriesSelectionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines selection behavior for Entries.
public enum class CodeLensDetailEntriesSelectionMode
public enum CodeLensDetailEntriesSelectionMode
type CodeLensDetailEntriesSelectionMode =
Public Enum CodeLensDetailEntriesSelectionMode
- Inheritance
-
CodeLensDetailEntriesSelectionMode
Fields
Name | Value | Description |
---|---|---|
Single | 0 | Only one entry can be selected at a time. |
Multiple | 1 | Entries can be toggled selected. |
Extended | 2 | Entries can be selected in groups using the SHIFT and mouse or arrow keys. |